PaymentMethodProperties interface

The properties of a payment method.

Properties

accountHolderName

The account holder name for the payment method. This is only supported for payment methods with family CreditCard.

displayName

The display name of the payment method.

expiration

The expiration month and year of the payment method. This is only supported for payment methods with family CreditCard.

family

The family of payment method.

id

Id of payment method.

lastFourDigits

Last four digits of payment method.

logos

The list of logos for the payment method.

paymentMethodType

The type of payment method.

status

Status of the payment method.

Property Details

accountHolderName

The account holder name for the payment method. This is only supported for payment methods with family CreditCard.

accountHolderName?: string

Property Value

string

displayName

The display name of the payment method.

displayName?: string

Property Value

string

expiration

The expiration month and year of the payment method. This is only supported for payment methods with family CreditCard.

expiration?: string

Property Value

string

family

The family of payment method.

family?: string

Property Value

string

id

Id of payment method.

id?: string

Property Value

string

lastFourDigits

Last four digits of payment method.

lastFourDigits?: string

Property Value

string

logos

The list of logos for the payment method.

logos?: PaymentMethodLogo[]

Property Value

paymentMethodType

The type of payment method.

paymentMethodType?: string

Property Value

string

status

Status of the payment method.

status?: string

Property Value

string