| Name | Type | Description | Notes |
|---|---|---|---|
| error | Error | [optional] | |
| metadata | ResponseMetadata | [optional] | |
| ship_to_preferences | Array<ChannelPartnerShipToPreference> | ship_to_preferences | [optional] |
| success | Boolean | Indicates if API call was successful | [optional] |
| warning | Warning | [optional] |
require 'ultracart_api'
instance = UltracartClient::ChannelPartnerShipToPreferencesResponse.new(
error: null,
metadata: null,
ship_to_preferences: null,
success: null,
warning: null
)