| Name | Type | Description | Notes |
|---|---|---|---|
| id | **** | The payment instrument ID. | [optional] |
| method | String | The method of payment instrument. | [optional] |
| customer_id | **** | The customer ID. | [optional] |
| status | String | Payment instrument status. When an instrument is `active` it means it has been used at least once for an approved transaction. To remove an instrument from being in use, set it as `deactivated` (see the deactivation endpoint). | [optional] |
| fingerprint | String | A unique value to identify the payment instrument regardless of variable values. It contains alphanumeric values. | [optional] |
| bin | String | The card's bin (the PAN's first 6 digits). | [optional] |
| last4 | String | The PAN's last 4 digits. | [optional] |
| pan | String | The card PAN (primary account number). | [optional] |
| exp_year | Integer | Card's expiration year. | [optional] |
| exp_month | Integer | Card's expiration month. | [optional] |
| cvv | String | Card's cvv (card verification value). | [optional] |
| brand | **** | [optional] | |
| bank_country | String | Payment instrument bank country. | [optional] |
| bank_name | String | Payment instrument bank name. | [optional] |
| billing_address | **** | The billing address. | [optional] |
| created_time | **** | Payment instrument created time. | [optional] |
| updated_time | **** | Payment instrument updated time. | [optional] |
| custom_fields | ResourceCustomFields | [optional] | |
| risk_metadata | RiskMetadata | [optional] | |
| sticky_gateway_account_id | String | Default gateway account ID used for transactions. | [optional] |
| expiration_reminder_time | **** | Time expiration reminder event will be triggered. | [optional] |
| expiration_reminder_number | Integer | Number of expiration reminder events triggered. | [optional] |
| reference_data | Hash<String, String> | Payment instrument reference data. | [optional] |
| _links | Array<null> | The links related to resource. | [optional] |
| _embedded | Array<null> | Any embedded objects available that are requested by the `expand` querystring parameter. | [optional] |