Home > @poq/sdk-sfcc > OrderPaymentInstrument > (constructor)
Constructs a new instance of the OrderPaymentInstrument
class
Signature:
constructor(params?: {
amount?: number;
authorizationStatus?: Status;
bankRoutingNumber?: string;
maskedGiftCertificateCode?: string;
paymentBankAccount?: PaymentBankAccount;
paymentCard?: PaymentCard;
paymentInstrumentId?: string;
paymentMethodId?: string;
});
Parameter | Type | Description |
---|---|---|
params | { amount?: number; authorizationStatus?: Status; bankRoutingNumber?: string; maskedGiftCertificateCode?: string; paymentBankAccount?: PaymentBankAccount; paymentCard?: PaymentCard; paymentInstrumentId?: string; paymentMethodId?: string; } | (Optional) |