Sha256: 756a738127348836f9991dc7947b33dd73737c0c964269020cae8f20314c37d8
Contents?: true
Size: 761 Bytes
Versions: 116
Compression:
Stored size: 761 Bytes
Contents
# UltracartClient::ChannelPartnerShipToPreferenceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **ship_to_preference** | [**ChannelPartnerShipToPreference**](ChannelPartnerShipToPreference.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ChannelPartnerShipToPreferenceResponse.new( error: null, metadata: null, ship_to_preference: null, success: null, warning: null ) ```
Version data entries
116 entries across 116 versions & 1 rubygems