Home > @poq/sdk-sfcc > BasketPaymentInstrumentRequest
Document representing a basket payment instrument request.
Signature:
export declare class BasketPaymentInstrumentRequest extends BaseModel<BasketPaymentInstrumentRequest>
Extends: BaseModel<BasketPaymentInstrumentRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the BasketPaymentInstrumentRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
amount? | number | (Optional) The payment transaction amount. | |
bankRoutingNumber? | string | (Optional) The bank routing number. | |
customerPaymentInstrumentId? | string | (Optional) The id of a customer payment instrument. | |
giftCertificateCode? | string | (Optional) The gift certificate code. | |
paymentBankAccount? | PaymentBankAccountRequest | (Optional) | |
paymentCard? | OrderPaymentCardRequest | (Optional) | |
paymentMethodId? | string | (Optional) The payment method id. Optional if a customer payment instrument id is specified. |