Home > @poq/sdk-sfcc > CustomerPaymentInstrument
Document representing a customer payment instrument.
Signature:
export declare class CustomerPaymentInstrument extends BaseModel<CustomerPaymentInstrument> 
Extends: BaseModel<CustomerPaymentInstrument
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerPaymentInstrumentclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| bankRoutingNumber? | string | (Optional) The bank routing number. | |
| creationDate? | string | (Optional) Returns the value of attribute ‘creationDate’. | |
| lastModified? | string | (Optional) Returns the value of attribute ‘lastModified’. | |
| maskedGiftCertificateCode? | string | (Optional) The masked gift certificate code. | |
| paymentBankAccount? | PaymentBankAccount | (Optional) | |
| paymentCard? | PaymentCard | (Optional) | |
| paymentInstrumentId? | string | (Optional) The payment instrument ID. | |
| paymentMethodId? | string | (Optional) The payment method id. Optional if a customer payment instrument id is specified. |