PaymentTransaction
The details about a payment transaction.
Declaration
object PaymentTransactionProperties
| Name | Type | Description |
|---|---|---|
amount Required | CurrencyAmount | The amount of the transaction. |
createdAt Required | date-time | The date and time when the framework created the transaction, in RFC 3339 format. |
paymentMethod Required | PaymentMethod | A string that represents the payment, such as a payment pass or card used for the transaction. |
status Required | string | The fulfillment status. |
applePayTransactionIdentifier | string | A string that represents the Apple Pay transaction ID. |
transactionType Required | string | The type of transaction. |
receipt | string | The filename of a receipt within the bundle that’s associated with the transaction. |