# CyberSource.UnifiedriskOrderShipping

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addressLine1** | **String** | First line of the shipping address.Required field for authorization if any shipping address information is included in the request; otherwise, optional.#### Tax Calculation Optional field for U.S. and Canadian taxes. Not applicable to international and value added taxes. Billing address objects will be used to determine the cardholder's location when shipTo objects are not present. | [optional] 
**addressLine2** | **String** | Second line of the shipping address.Optional field.#### Tax Calculation Optional field for U.S. and Canadian taxes. Not applicable to international and value added taxes. Billing address objects will be used to determine the cardholder's location when shipTo objects are not present. | [optional] 
**addressLine3** | **String** | Third line of the shipping address.#### Tax Calculation Optional field for U.S. and Canadian taxes. Not applicable to international and value added taxes. Billing address objects will be used to determine the cardholder's location when shipTo objects are not present. | [optional] 
**administrativeArea** | **String** | State or province of the shipping address. Use the [State, Province, and Territory Codes for the United States and Canada](https://developer.cybersource.com/library/documentation/sbc/quickref/states_and_provinces.pdf) (maximum length: 2)   Required field for authorization if any shipping address information is included in the request and shipping to the U.S. or Canada; otherwise, optional.  #### Tax Calculation Optional field for U.S. and Canadian taxes. Not applicable to international and value   | [optional] 
**country** | **String** | Country of the shipping address. Use the two-character [ISO Standard Country Codes.] | [optional] 
**destinationTypes** | **String** | Shipping destination of item. Example: Commercial, Residential, Store | [optional] 
**locality** | **String** | City of the shipping address.Required field for authorization if any shipping address information is included in the request and shipping to the U.S. or Canada; otherwise, optional.#### Tax Calculation Optional field for U.S. and Canadian taxes. Not applicable to international and value added taxes. Billing address objects will be used to determine the cardholder's location when shipTo objects are not present. | [optional] 
**firstName** | **String** | First name of the recipient.#### Litle Maximum length: 25#### All other processors Maximum length: 60Optional field. | [optional] 
**lastName** | **String** | Last name of the recipient.#### Litle Maximum length: 25#### All other processors Maximum length: 60Optional field. | [optional] 
**middleName** | **String** | Middle name of the recipient.#### Litle Maximum length: 25#### All other processors Maximum length: 60Optional field. | [optional] 
**phoneNumber** | **String** | Phone number associated with the shipping address. | [optional] 
**postalCode** | **String** | Postal code for the shipping address. The postal code must consist of 5 to 9 digits.Required field for authorization if any shipping address information is included in the request and shipping to the U.S. or Canada; otherwise, optional.When the billing country is the U.S., the 9-digit postal code must follow this format: [5 digits][dash][4 digits]Example 12345-6789When the billing country is Canada, the 6-digit postal code must follow this format: [alpha][numeric][alpha][space][numeric][ | [optional] 
**destinationCode** | **Number** | Indicates destination chosen for the transaction. Possible values: - 01- Ship to cardholder billing address - 02- Ship to another verified address on file with merchant - 03- Ship to address that is different than billing address - 04- Ship to store (store address should be populated on request) - 05- Digital goods - 06- Travel and event tickets, not shipped - 07- Other | [optional] 
**deliveryType** | **String** | Delivery/fulfillment method  Possible values: - shipToHome - storePickup - lockerPickup - curbside | [optional] 
**giftWrap** | **Boolean** | Boolean that indicates whether the customer requested gift wrapping for this purchase. This field can contain one of the following values: - true: The customer requested gift wrapping. - false: The customer did not request gift wrapping. | [optional] 
**shippingMethod** | **String** | Shipping method for the product. Possible values:   - `lowcost`: Lowest-cost service  - `sameday`: Courier or same-day service  - `oneday`: Next-day or overnight service  - `twoday`: Two-day service   | [optional] 
**store** | [**UnifiedriskOrderShippingStore**](UnifiedriskOrderShippingStore.md) |  | [optional] 
**storeAddress** | [**UnifiedriskOrderShippingStoreAddress**](UnifiedriskOrderShippingStoreAddress.md) |  | [optional] 
**email** | **String** | Email address of the recipient or shipping contact for order confirmation, dispatch notifications, and delivery tracking | [optional] 


