Contents

PaymentTransaction

The details about a payment transaction.

Declaration

object PaymentTransaction

Properties

NameTypeDescription
amount RequiredCurrencyAmount

The amount of the transaction.

createdAt Requireddate-time

The date and time when the framework created the transaction, in RFC 3339 format.

paymentMethod RequiredPaymentMethod

A string that represents the payment, such as a payment pass or card used for the transaction.

status Requiredstring

The fulfillment status.

applePayTransactionIdentifierstring

A string that represents the Apple Pay transaction ID.

transactionType Requiredstring

The type of transaction.

receiptstring

The filename of a receipt within the bundle that’s associated with the transaction.

See Also

Supporting objects