# OrdersV2.OrderShippingAddress1

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**baseCost** | **String** | The base value of the order’s items. (Float, Float-As-String, Integer) | [optional] 
**baseHandlingCost** | **String** | The base handling charge. (Float, Float-As-String, Integer) | [optional] 
**city** | **String** |  | [optional] 
**company** | **String** |  | [optional] 
**costExTax** | **String** | The value of the order’s items, excluding tax. (Float, Float-As-String, Integer) | [optional] 
**costIncTax** | **String** | The value of the order’s items, including tax. (Float, Float-As-String, Integer) | [optional] 
**costTax** | **String** | The tax amount on the order. (Float, Float-As-String, Integer) | [optional] 
**costTaxClassId** | **Number** | The ID of the tax class applied to the product. (NOTE: Value ignored if automatic tax is enabled.) | [optional] 
**country** | **String** |  | [optional] 
**countryIso2** | **String** | 2-letter ISO Alpha-2 code for the country. | [optional] 
**email** | **String** | Recipient&#x27;s email address.  | [optional] 
**firstName** | **String** |  | [optional] 
**formFields** | [**[FormFields1]**](FormFields1.md) |  | [optional] 
**handlingCostExTax** | **String** | The handling charge, excluding tax. (Float, Float-As-String, Integer) | [optional] 
**handlingCostIncTax** | **String** | The handling charge, including tax. (Float, Float-As-String, Integer) | [optional] 
**handlingCostTax** | **String** |  | [optional] 
**handlingCostTaxClassId** | **Number** | A read-only value. Do not attempt to set or modify this value in a POST or PUT operation. (NOTE: Value ignored if automatic tax is enabled on the store.) | [optional] 
**id** | **Number** | ID of this shipping address. | [optional] 
**itemsShipped** | **Number** | The number of items that have been shipped. | [optional] 
**itemsTotal** | **Number** | The total number of items in the order. | [optional] 
**lastName** | **String** |  | [optional] 
**orderId** | **Number** | ID of the order. | [optional] 
**phone** | **String** | Recipient&#x27;s telephone number. | [optional] 
**shippingMethod** | **String** | Text code identifying the BigCommerce shipping module selected by the customer. | [optional] 
**shippingQuotes** | [**ShippingQuotesResource1**](ShippingQuotesResource1.md) |  | [optional] 
**shippingZoneId** | **Number** | Numeric ID of the shipping zone. | [optional] 
**shippingZoneName** | **String** | Name of the shipping zone. | [optional] 
**state** | **String** |  | [optional] 
**street1** | **String** | Street address (first line). | [optional] 
**street2** | **String** | Street address (second line). | [optional] 
**zip** | **String** | Zip or postal code, as a string. | [optional] 
