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