Home > @poq/sdk-sfcc > CustomerPaymentInstrumentRequest
Document representing a customer payment instrument request.
Signature:
export declare class CustomerPaymentInstrumentRequest extends BaseModel<CustomerPaymentInstrumentRequest>
Extends: BaseModel<CustomerPaymentInstrumentRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CustomerPaymentInstrumentRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
bankRoutingNumber? | string | (Optional) The bank routing number. | |
giftCertificateCode? | string | (Optional) The gift certificate code. | |
paymentBankAccount? | PaymentBankAccountRequest | (Optional) | |
paymentCard? | CustomerPaymentCardRequest | (Optional) | |
paymentMethodId? | string | (Optional) The payment method id. Optional if a customer payment instrument id is specified. |