Address overview
Represents a customer address
Address schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| city | City object | Object |
| complement | Address complement | String |
| neighborhood | Address neighborhood | String |
| number | Address number | String |
| street | Address street | String |
| zipcode | Address zipcode | String |
| created_at | Indicates when the record was created in iso8601 | String |
| updated_at | Indicates when the record was last updated in iso8601 | String |