| Name | Type | Description | Notes |
|---|---|---|---|
| address_line1 | str | First address line, 255 characters or less. | [optional] |
| address_line2 | str | Second address line, 255 characters or less. | [optional] |
| card_holder_name | str | The card holder's full name as it appears on the card, e.g., "John J Smith", 50 characters or less. | [optional] |
| city | str | City, 40 characters or less. | [optional] |
| country | str | Country, must be a valid country name or abbreviation. | [optional] |
| str | Card holder's email address, 80 characters or less. | [optional] | |
| phone | str | Phone number, 40 characters or less. | [optional] |
| state | str | State; must be a valid state name or 2-character abbreviation. | [optional] |
| zip_code | str | Zip code, 20 characters or less. | [optional] |