squareconnect.models.card
Represents the non-confidential details of a credit card.
| Name | Type | Notes |
|---|---|---|
| id | str | [optional] |
| card_brand | str | [optional] |
| last_4 | str | [optional] |
| exp_month | int | [optional] |
| exp_year | int | [optional] |
| cardholder_name | str | [optional] |
| billing_address | Address | [optional] |