TTMSFNCCloudPayPalTransaction Class
Describes the payment to be created: the currency, the line items, and the optional shipping, tax, and insurance amounts added to the total.
API unit family: TMSFNCCloudPayPal
Inherits from: TPersistent
Syntax
TTMSFNCCloudPayPalTransaction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Currency | Currency in which all amounts of the transaction are expressed. |
| Description | Free-form description of the overall transaction. |
| Insurance | Insurance amount added to the transaction subtotal. |
| Items | Collection of line items that make up the transaction. |
| Shipping | Shipping amount added to the transaction subtotal. |
| Tax | Tax amount added to the transaction subtotal. |