# KnetikCloud.CartShippingAddressRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**city** | **String** | The city of the user | [optional] 
**country_code_iso3** | **String** | The country code of the user | [optional] 
**email** | **String** | The email of the user | [optional] 
**first_name** | **String** | The first name of the user | [optional] 
**last_name** | **String** | The last name of the user | [optional] 
**name_prefix** | **String** |  | [optional] 
**order_notes** | **String** | The order notes the user | [optional] 
**phone_number** | **String** | The phone number of the user | [optional] 
**postal_state_code** | **String** | The postal state code of the user | [optional] 
**shipping_address_line1** | **String** | The shipping address of the user, first line | [optional] 
**shipping_address_line2** | **String** | The shipping address of the user, second line | [optional] 
**zip** | **String** | The zipcode of the user | [optional] 


