Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerPaymentInstrumentRequest > (constructor)

CustomerPaymentInstrumentRequest.(constructor)

Constructs a new instance of the CustomerPaymentInstrumentRequest class

Signature:

constructor(params?: {
        bankRoutingNumber?: string;
        giftCertificateCode?: string;
        paymentBankAccount?: PaymentBankAccountRequest;
        paymentCard?: CustomerPaymentCardRequest;
        paymentMethodId?: string;
    });

Parameters

Parameter Type Description
params { bankRoutingNumber?: string; giftCertificateCode?: string; paymentBankAccount?: PaymentBankAccountRequest; paymentCard?: CustomerPaymentCardRequest; paymentMethodId?: string; } (Optional)