Poq.SDK.Node

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

OrderPaymentInstrumentRequest.(constructor)

Constructs a new instance of the OrderPaymentInstrumentRequest class

Signature:

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

Parameters

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