Home > @poq/sdk-sfcc > CustomerPaymentInstrumentRequest > (constructor)
Constructs a new instance of the CustomerPaymentInstrumentRequest
class
Signature:
constructor(params?: {
bankRoutingNumber?: string;
giftCertificateCode?: string;
paymentBankAccount?: PaymentBankAccountRequest;
paymentCard?: CustomerPaymentCardRequest;
paymentMethodId?: string;
});
Parameter | Type | Description |
---|---|---|
params | { bankRoutingNumber?: string; giftCertificateCode?: string; paymentBankAccount?: PaymentBankAccountRequest; paymentCard?: CustomerPaymentCardRequest; paymentMethodId?: string; } | (Optional) |