Poq.SDK.Node

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

BasketPaymentInstrumentRequest.(constructor)

Constructs a new instance of the BasketPaymentInstrumentRequest class

Signature:

constructor(params?: {
        amount?: number;
        bankRoutingNumber?: string;
        customerPaymentInstrumentId?: string;
        giftCertificateCode?: string;
        paymentBankAccount?: PaymentBankAccountRequest;
        paymentCard?: OrderPaymentCardRequest;
        paymentMethodId?: string;
    });

Parameters

Parameter Type Description
params { amount?: number; bankRoutingNumber?: string; customerPaymentInstrumentId?: string; giftCertificateCode?: string; paymentBankAccount?: PaymentBankAccountRequest; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: string; } (Optional)