| Name | Type | Description | Notes |
|---|---|---|---|
| id | AllOfKhelocardCardId | The payment instrument ID. | [optional] |
| method | String | The method of payment instrument. | [optional] |
| customer_id | AllOfKhelocardCardCustomerId | Customer's ID. | [optional] |
| fingerprint | String | A unique value to identify the payment instrument regardless of variable values. It contains alphanumeric values. | [optional] |
| number | String | Khelocard card's masked number. | [optional] |
| last4 | String | The number's last 4 digits. | [optional] |
| exp_year | Integer | Khelocard card's expiration year. | [optional] |
| exp_month | Integer | Khelocard card's expiration month. | [optional] |
| billing_address | AllOfKhelocardCardBillingAddress | The billing address. | [optional] |
| status | String | The payment instrument status. | [optional] |
| created_time | AllOfKhelocardCardCreatedTime | The payment instrument created time. | [optional] |
| updated_time | AllOfKhelocardCardUpdatedTime | The payment instrument updated time. | [optional] |
| custom_fields | ResourceCustomFields | [optional] | |
| risk_metadata | RiskMetadata | [optional] | |
| _links | Array<AnyOfKhelocardCardLinksItems> | Links related to the resource. | [optional] |
| _embedded | Array<AnyOfKhelocardCardEmbeddedItems> | Any embedded objects available that are requested by the `expand` querystring parameter. | [optional] |