Class: ChannelAdvisor::InventoryServiceSOAP::AddUpsellRelationship

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/AddUpsellRelationship

accountID - SOAP::SOAPString
upsellInfoList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryUpsellInfoSubmit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, upsellInfoList = nil) ⇒ AddUpsellRelationship

Returns a new instance of AddUpsellRelationship.



1886
1887
1888
1889
# File 'lib/channel_advisor/inventory_service/types.rb', line 1886

def initialize(accountID = nil, upsellInfoList = nil)
  @accountID = accountID
  @upsellInfoList = upsellInfoList
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1883
1884
1885
# File 'lib/channel_advisor/inventory_service/types.rb', line 1883

def accountID
  @accountID
end

#upsellInfoListObject

Returns the value of attribute upsellInfoList.



1884
1885
1886
# File 'lib/channel_advisor/inventory_service/types.rb', line 1884

def upsellInfoList
  @upsellInfoList
end