TransactionSummaryUsedPaymentInstrument
public protocol TransactionSummaryUsedPaymentInstrument
An instrument used for a transaction
-
The ID of the
PaymentInstrument
Declaration
Swift
var paymentInstrumentId: String { get }
-
The type of the payment instrument
Declaration
Swift
var instrumentType: String { get }
-
The list of transactions associated with the instrument.“
Declaration
Swift
var transactions: [UsedPaymentInstrumentTransaction] { get }