# PCPServerSDK::Shipping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | [**AddressPersonal**](AddressPersonal.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::Shipping.new( address: null ) ```