Home > @poq/sdk-sfcc > CustomerPaymentCardRequest
Document representing a customer payment card request.
Signature:
export declare class CustomerPaymentCardRequest extends BaseModel<CustomerPaymentCardRequest>
Extends: BaseModel<CustomerPaymentCardRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CustomerPaymentCardRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
cardType? | string | (Optional) The payment card type (for example, ‘Visa’). | |
creditCardToken? | string | (Optional) A credit card token. If a credit card is tokenized, the token can be used to look up the credit card data at the token store. | |
expirationMonth? | number | (Optional) The month when the payment card expires. | |
expirationYear? | number | (Optional) The year when the payment card expires. | |
holder? | string | (Optional) The payment card holder. | |
issueNumber? | string | (Optional) The payment card issue number. | |
number? | string | (Optional) The payment card number. | |
validFromMonth? | number | (Optional) The payment card valid from month. | |
validFromYear? | number | (Optional) The payment card valid from year. |