| Field | Type | Required | Description |
|---|---|---|---|
type |
models.TransactionEstimatePublicRequestType | ✔️ | Type of the address. Must be either SHIP_TO or BILL_TO. |
phone |
Optional[str] | ➖ | Phone number associated with the customer. |
street_1 |
Optional[str] | ➖ | Primary street address of the customer. |
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 |
str | ✔️ | State or province of the address. |
postal_code |
str | ✔️ | Postal code of the address. |
country |
str | ✔️ | Country of the address. |
full_address |
Optional[str] | ➖ | Complete address string of the customer, which can be used as an alternative to individual fields. |
status |
Optional[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Status of the address. Deprecated and ignored. |