Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 648 Bytes

AddressEntity.md

File metadata and controls

13 lines (10 loc) · 648 Bytes

AddressEntity

Properties

Name Type Description Notes
line_1 string Street address [default to '123 Main St.']
line_2 string Additional address info [optional] [default to 'Suite 1']
city string City [optional] [default to 'New York']
state string US State [optional] [default to 'NY']
zipcode string Zip code [optional] [default to '11111']

[Back to Model list] [Back to API list] [Back to README]