Public address class for transaction addresses
| 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. |
type |
models.AddressType | ✔️ | N/A |