Home > @poq/sdk-sfcc > PaymentCardSpec
Document representing the specification for a payment card.
Signature:
export declare class PaymentCardSpec extends BaseModel<PaymentCardSpec>
Extends: BaseModel<PaymentCardSpec
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PaymentCardSpec class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cardType? | string | (Optional) The type of the payment card. | |
| checksumVerificationEnabled? | boolean | (Optional) A flag indicating whether the card number is verified using the Luhn checksum algorithm. | |
| description? | string | (Optional) The localized description of the payment card. | |
| image? | string | (Optional) The URL to the image that represents the payment card. | |
| name? | string | (Optional) The localized name of the payment card. | |
| numberLengths? | Array<string> | (Optional) The sorted list of number lengths (individual lengths as well as length ranges). | |
| numberPrefixes? | Array<string> | (Optional) The sorted list of number prefixes (individual prefixes as well as prefix ranges). | |
| securityCodeLength? | number | (Optional) The length of the security code for this card. |