Wt  3.2.3
Public Types | Public Member Functions
Wt::Payment::Approval Class Reference

A class that represents the result of a payment. More...

#include <Wt/Payment/Result>

Inheritance diagram for Wt::Payment::Approval:
Inheritance graph
[legend]

List of all members.

Public Types

enum  Outcome { Denied = 0, Interrupted = 1, Accepted = 2 }
 Enumeration for a payment approval outcome. More...

Public Member Functions

 Approval (Outcome outcome)
 Constructor.
 Approval (const WString &errorMessage)
 Constructor for an interrupted payment.
Outcome outcome () const
 Returns the outcome.

Detailed Description

A class that represents the result of a payment.


Member Enumeration Documentation

Enumeration for a payment approval outcome.

Enumerator:
Denied 

The user denied the payment.

Interrupted 

The payment process was interrupted.

Accepted 

The user accepted the payment.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Thu Nov 1 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1