You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`|*OptionalNullable[str]*|:heavy_minus_sign:| Unique identifier for the address. | 123 |
9
-
|`type`|[OptionalNullable[models.Type]](../models/type.md)|:heavy_minus_sign:| The type of address. | primary |
9
+
|`type`|[OptionalNullable[models.AddressType]](../models/addresstype.md)|:heavy_minus_sign:| The type of address. | primary |
10
10
|`string`|*OptionalNullable[str]*|:heavy_minus_sign:| The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
11
11
|`name`|*OptionalNullable[str]*|:heavy_minus_sign:| The name of the address. | HQ US |
12
12
|`line1`|*OptionalNullable[str]*|:heavy_minus_sign:| Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |
0 commit comments