| Name | Type | Description | Notes |
|---|---|---|---|
| exp_month | i32 | The card's expiration month. | |
| exp_year | i32 | Four digit number representing the card's expiration year. | |
| network | Option<String> | The network of the card. | [optional] |
| last4 | String | The last 4 digits of the card. | |
| bin | String | The bank identification number (BIN), the first 6 digits of the card. | |
| funding_type | Option<String> | The funding type of the card. | [optional] |
| issuer_country | Option<String> | The country code of the issuer bank. Follows the ISO 3166-1 alpha-2 standard. | [optional] |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.