# OrdersV2.ShippingAddressBase2

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstName** | **String** |  | [optional] 
**lastName** | **String** |  | [optional] 
**company** | **String** |  | [optional] 
**street1** | **String** | Street address (first line). | [optional] 
**street2** | **String** | Street address (second line). | [optional] 
**city** | **String** |  | [optional] 
**state** | **String** |  | [optional] 
**zip** | **String** | Zip or postal code, as a string. | [optional] 
**country** | **String** |  | [optional] 
**countryIso2** | **String** | 2-letter ISO Alpha-2 code for the country. | [optional] 
**phone** | **String** | Recipient&#x27;s telephone number. | [optional] 
**email** | **String** | Recipient&#x27;s email address.  | [optional] 
