# KnetikCloud.SavedAddressResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address1** | **String** | The first line of the address | 
**address2** | **String** | A second line of the address | [optional] 
**city** | **String** | The city | 
**country_code** | **String** | The iso3 code for the country | 
**default** | **Boolean** |  | [optional] 
**first_name** | **String** | The first name of the user | 
**id** | **Number** | The id of the address | [optional] 
**last_name** | **String** | The last name of the user | 
**name** | **String** | The name of the address | 
**phone1** | **String** | The first phone number of the user | [optional] 
**phone2** | **String** | The second phone number of the user | [optional] 
**postal_code** | **String** | The postal code | [optional] 
**state_code** | **String** | The code for the state. Required if the country has states/provinces/equivalent | [optional] 


