# CyberSource.PostCustomerShippingAddressRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**links** | [**DefaultShippingAddressLinks**](DefaultShippingAddressLinks.md) |  | [optional] 
**id** | **String** | The Id of the Shipping Address Token. | [optional] 
**_default** | **Boolean** | Flag that indicates whether customer shipping address is the dafault. Possible Values:  - `true`: Shipping Address is customer's default.  - `false`: Shipping Address is not customer's default.  | [optional] 
**shipTo** | [**DefaultShippingAddressShipTo**](DefaultShippingAddressShipTo.md) |  | [optional] 
**metadata** | [**DefaultShippingAddressMetadata**](DefaultShippingAddressMetadata.md) |  | [optional] 


