| Name | Type | Description | Notes |
|---|---|---|---|
| cardExpirationMonth | Integer | Card expiration month (1-12) | [optional] |
| cardExpirationYear | Integer | Card expiration year (four digit) | [optional] |
| cardNumber | String | Card number (masked last 4 digits) | [optional] |
| cardType | CardTypeEnum | Card type | [optional] |
| customerProfileCreditCardId | Integer | Unique identifier for this stored card | [optional] |
| lastUsedDate | String | Last used | [optional] |
| Name | Value |
|---|---|
| AMEX | "AMEX" |
| DINERS_CLUB | "Diners Club" |
| DISCOVER | "Discover" |
| MASTERCARD | "MasterCard" |
| JCB | "JCB" |
| VISA | "VISA" |