Home > @poq/sdk-sfcc > OrderPaymentInstrument
Document representing an order payment instrument.
Signature:
export declare class OrderPaymentInstrument extends BaseModel<OrderPaymentInstrument> 
Extends: BaseModel<OrderPaymentInstrument
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the OrderPaymentInstrumentclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| amount? | number | (Optional) The payment transaction amount. | |
| authorizationStatus? | Status | (Optional) | |
| bankRoutingNumber? | string | (Optional) The bank routing number. | |
| maskedGiftCertificateCode? | string | (Optional) The masked gift certificate code. | |
| paymentBankAccount? | PaymentBankAccount | (Optional) | |
| paymentCard? | PaymentCard | (Optional) | |
| paymentInstrumentId? | string | (Optional) The payment instrument ID. | |
| paymentMethodId? | string | (Optional) The payment method id. Optional if a customer payment instrument id is specified. |