Wt  3.3.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | List of all members
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]

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.
- Public Member Functions inherited from Wt::Payment::Result
 Result ()
 Default constructor.
 Result (const WString &errorMessage)
 Constructor with an error message.
bool error () const
 Returns whether the result indicates success.
WString errorMessage () const
 Returns the error message.
void setRequestMessage (const std::map< std::string, std::string > &msg)
 Sets the request parameters.
std::map< std::string,
std::string > 
requestMessage () const
 Returns the request parameters.
void setResponseMessage (const std::map< std::string, std::string > &msg)
 Sets the response parameters.
std::map< std::string,
std::string > 
responseMessage () const
 Returns the response parameters.

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.


Generated on Thu May 30 2013 for the C++ Web Toolkit (Wt) by doxygen 1.8.1.2