| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of customer for shipping. | [optional] |
| contact | Contact | [optional] | |
| address | Address | [optional] |
require 'OpenapiClient'
instance = OpenapiClient::Shipping.new(name: John Doe,
contact: null,
address: null)