PaymentMethodProperties interface
The properties of a payment method.
Properties
account |
The account holder name for the payment method. This is only supported for payment methods with family CreditCard. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the payment method. NOTE: This property will not be serialized. It can only be populated by the server. |
expiration | The expiration month and year of the payment method. This is only supported for payment methods with family CreditCard. NOTE: This property will not be serialized. It can only be populated by the server. |
family | The family of payment method. |
id | Id of payment method. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last four digits of payment method. NOTE: This property will not be serialized. It can only be populated by the server. |
logos | The list of logos for the payment method. |
payment |
The type of payment method. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
accountHolderName?: string
Property Value
string
displayName
The display name of the payment method. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
expiration?: string
Property Value
string
family
The family of payment method.
family?: string
Property Value
string
id
Id of payment method. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
lastFourDigits
Last four digits of payment method. NOTE: This property will not be serialized. It can only be populated by the server.
lastFourDigits?: string
Property Value
string
logos
The list of logos for the payment method.
logos?: PaymentMethodLogo[]
Property Value
paymentMethodType
The type of payment method. NOTE: This property will not be serialized. It can only be populated by the server.
paymentMethodType?: string
Property Value
string
status
Status of the payment method.
status?: string
Property Value
string