Home > @poq/sdk-sfcc > OrderPaymentCardRequest
Document representing an order payment card request.
Signature:
export declare class OrderPaymentCardRequest extends BaseModel<OrderPaymentCardRequest>
Extends: BaseModel<OrderPaymentCardRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the OrderPaymentCardRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
cardType? | string | (Optional) | |
creditCardToken? | string | (Optional) | |
expirationMonth? | number | (Optional) | |
expirationYear? | number | (Optional) | |
holder? | string | (Optional) | |
issueNumber? | string | (Optional) | |
number? | string | (Optional) | |
securityCode? | string | (Optional) The security code for the payment card. | |
validFromMonth? | number | (Optional) | |
validFromYear? | number | (Optional) |