Home > @poq/sdk-sfcc > 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;
});
Parameter | Type | Description |
---|---|---|
params | { amount?: number; bankRoutingNumber?: string; customerPaymentInstrumentId?: string; giftCertificateCode?: string; paymentBankAccount?: PaymentBankAccountRequest; paymentCard?: OrderPaymentCardRequest; paymentMethodId?: string; } | (Optional) |