| Wt
    3.3.0
    | 
A class that represents the result of a payment. More...
#include <Wt/Payment/Result>

| 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. | |
A class that represents the result of a payment.
 1.7.5.1
 1.7.5.1