Poq.SDK.Node

Home > @poq/sdk-sfcc > OrderPaymentInstrument

OrderPaymentInstrument class

Document representing an order payment instrument.

Signature:

export declare class OrderPaymentInstrument extends BaseModel<OrderPaymentInstrument> 

Extends: BaseModel<OrderPaymentInstrument

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the OrderPaymentInstrument class

Properties

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.