Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerPaymentInstrumentRequest

CustomerPaymentInstrumentRequest class

Document representing a customer payment instrument request.

Signature:

export declare class CustomerPaymentInstrumentRequest extends BaseModel<CustomerPaymentInstrumentRequest> 

Extends: BaseModel<CustomerPaymentInstrumentRequest

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the CustomerPaymentInstrumentRequest class

Properties

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.