The Class AddressDto.
name | data type | description |
---|---|---|
address1 | string | The address 1. |
address2 | string | The address 2. |
address3 | string | The address 3. |
address4 | string | The address 4 |
address5 | string | The address 5. |
zipCode | string | The zip code. |
city | string | The city. |
country | string | The country. |
state | string | The state. |
Example
{ "address1" : "...", "address2" : "...", "address3" : "...", "address4" : "...", "address5" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "state" : "..." }