|
Wt
4.0.0
|
Namespace for the Payment. More...
Classes | |
| class | Address |
| Contains address information. More... | |
| class | Approval |
| A class that represents the result of a payment. More... | |
| class | Customer |
| Contains customer information. More... | |
| class | Money |
| A value class which describes a monetary value. More... | |
| class | Order |
| Contains information of a sales order. More... | |
| class | OrderItem |
| Describes an item in an order. More... | |
| class | PayPalExpressCheckout |
| A paypal express checkout process. More... | |
| class | PayPalService |
| This is a PayPal service class. More... | |
| class | Result |
| A class that represents the result of a payment API call. More... | |
Enumerations |
Functions | |
| Money | operator+ (const Money &v1, const Money &v2) |
| Adds monetary values. More... | |
| Money | operator- (const Money &v1, const Money &v2) |
| Substact monetary values. More... | |
| Money | operator* (const Money &v1, double v2) |
| Multiplies money. | |
| Money | operator* (double v1, const Money &v2) |
| Multiplies money. More... | |
| Money | operator/ (const Money &v1, double v2) |
| Divides v1 and v2. | |
Namespace for the Payment.
|
strong |
|
strong |
Enumeration for payment actions.
See more information at PayPal:
| Enumerator | |
|---|---|
| Sale |
A Sale action. |
| Authorization |
An Authorization action. |
| Order |
An Order action. |
1.8.11