| Field | Type | Required | Description |
|---|---|---|---|
phone |
Optional[str] | ➖ | Phone number associated with the address. |
street_1 |
Optional[str] | ➖ | Primary street address. |
street_2 |
Optional[str] | ➖ | Additional street address details, such as an apartment or suite number. |
city |
Optional[str] | ➖ | City where the customer resides. |
county |
Optional[str] | ➖ | County or district of the customer. |
state |
Optional[str] | ➖ | State or province of the customer. |
postal_code |
Optional[str] | ➖ | ZIP or Postal code of the customer. |
country |
Optional[models.CountryCodeEnum] | ➖ | N/A |
full_address |
Optional[str] | ➖ | Complete address string of the customer, which can be used as an alternative to individual fields. |
name |
Optional[str] | ➖ | Name of the customer. |
external_id |
Optional[str] | ➖ | A unique identifier for the customer. |
status |
Optional[models.StatusEnum] | ➖ | N/A |
email |
Optional[str] | ➖ | Email address of the customer. |
address_status |
Optional[models.AddressStatus] | ➖ | N/A |
source |
Optional[models.SourceEnum] | ➖ | N/A |
registration_number |
Optional[str] | ➖ | N/A |
connection_id |
Optional[str] | ➖ | Unique identifier of the connection related to the customer. |