Wt
4.11.1
|
A class that represents the result of a payment. More...
#include <Wt/Payment/Result.h>
Public Types | |
typedef ApprovalOutcome | Outcome |
Typedef for enum Wt::Payment::ApprovalOutcome. | |
Public Member Functions | |
Approval (ApprovalOutcome outcome) | |
Constructor. | |
Approval (const WString &errorMessage) | |
Constructor for an interrupted payment. | |
ApprovalOutcome | outcome () const |
Returns the outcome. | |
Public Member Functions inherited from Wt::Payment::Result | |
Result () | |
Default constructor. More... | |
Result (const WString &errorMessage) | |
Constructor with an error message. More... | |
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. More... | |
std::map< std::string, std::string > | requestMessage () const |
Returns the request parameters. More... | |
void | setResponseMessage (const std::map< std::string, std::string > &msg) |
Sets the response parameters. More... | |
std::map< std::string, std::string > | responseMessage () const |
Returns the response parameters. More... | |
A class that represents the result of a payment.