Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 761 Bytes

File metadata and controls

26 lines (20 loc) · 761 Bytes

UltracartClient::ChannelPartnerShipToPreferenceResponse

Properties

Name Type Description Notes
error Error [optional]
metadata ResponseMetadata [optional]
ship_to_preference ChannelPartnerShipToPreference [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ChannelPartnerShipToPreferenceResponse.new(
  error: null,
  metadata: null,
  ship_to_preference: null,
  success: null,
  warning: null
)