| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | [optional] | |
| id | str, none_type | A unique identifier for an object. | [optional] [readonly] |
| line1 | str, none_type | First line of the street address of the customer | [optional] |
| line2 | str, none_type | Second line of the street address of the customer | [optional] |
| city | str, none_type | City of the customer | [optional] |
| state | str, none_type | State of the customer | [optional] |
| postal_code | str, none_type | Postal code of the customer | [optional] |
| country | str, none_type | Country of the customer | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.