Interface

PaymentInstrument

PaymentInstrument

Members

boolean

# allowed

Indicates if the merchant profile in the container allows the use of this payment instrument.

View Source model/PaymentInstruments.d.ts, line 51

Date

# createdOn

The timestamp for when the payment instrument was added.

View Source model/PaymentInstruments.d.ts, line 55

Date

# lastUpdated

The timestamp the payment instrument was last updated in the container.

View Source model/PaymentInstruments.d.ts, line 59

Date

# lastUsed Optional

The timestamp the payment instrument was last used in the container.

View Source model/PaymentInstruments.d.ts, line 63

string

# paymentInstrumentId

The payment instrument id.

View Source model/PaymentInstruments.d.ts, line 47

string

# paymentToken

The payment token is a unique identifier for the payment instrument.

View Source model/PaymentInstruments.d.ts, line 68

boolean

# primary

Indicates that this payment instrument is the primary instrument in the container.

View Source model/PaymentInstruments.d.ts, line 72

PaymentInstrumentStatus

# status

The status of the payment instrument in the container.

View Source model/PaymentInstruments.d.ts, line 76