Class: ChannelAdvisor::OrderServiceSOAP::SetSellerOrderID

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

Overview

/SetSellerOrderID

accountID - SOAP::SOAPString
orderIDList - ChannelAdvisor::OrderServiceSOAP::ArrayOfInt
sellerOrderIDList - ChannelAdvisor::OrderServiceSOAP::ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, orderIDList = nil, sellerOrderIDList = nil) ⇒ SetSellerOrderID

Returns a new instance of SetSellerOrderID.



1826
1827
1828
1829
1830
# File 'lib/channel_advisor/order_service/types.rb', line 1826

def initialize(accountID = nil, orderIDList = nil, sellerOrderIDList = nil)
  @accountID = accountID
  @orderIDList = orderIDList
  @sellerOrderIDList = sellerOrderIDList
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1822
1823
1824
# File 'lib/channel_advisor/order_service/types.rb', line 1822

def accountID
  @accountID
end

#orderIDListObject

Returns the value of attribute orderIDList.



1823
1824
1825
# File 'lib/channel_advisor/order_service/types.rb', line 1823

def orderIDList
  @orderIDList
end

#sellerOrderIDListObject

Returns the value of attribute sellerOrderIDList.



1824
1825
1826
# File 'lib/channel_advisor/order_service/types.rb', line 1824

def sellerOrderIDList
  @sellerOrderIDList
end