Class: ChannelAdvisor::OrderServiceSOAP::SetSellerOrderItemIDList

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

Overview

/SetSellerOrderItemIDList

accountID - SOAP::SOAPString
orderID - SOAP::SOAPInt
lineItemIDList - ChannelAdvisor::OrderServiceSOAP::ArrayOfInt
sellerOrderItemIDList - ChannelAdvisor::OrderServiceSOAP::ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, orderID = nil, lineItemIDList = nil, sellerOrderItemIDList = nil) ⇒ SetSellerOrderItemIDList

Returns a new instance of SetSellerOrderItemIDList.



1854
1855
1856
1857
1858
1859
# File 'lib/channel_advisor/order_service/types.rb', line 1854

def initialize(accountID = nil, orderID = nil, lineItemIDList = nil, sellerOrderItemIDList = nil)
  @accountID = accountID
  @orderID = orderID
  @lineItemIDList = lineItemIDList
  @sellerOrderItemIDList = sellerOrderItemIDList
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1849
1850
1851
# File 'lib/channel_advisor/order_service/types.rb', line 1849

def accountID
  @accountID
end

#lineItemIDListObject

Returns the value of attribute lineItemIDList.



1851
1852
1853
# File 'lib/channel_advisor/order_service/types.rb', line 1851

def lineItemIDList
  @lineItemIDList
end

#orderIDObject

Returns the value of attribute orderID.



1850
1851
1852
# File 'lib/channel_advisor/order_service/types.rb', line 1850

def orderID
  @orderID
end

#sellerOrderItemIDListObject

Returns the value of attribute sellerOrderItemIDList.



1852
1853
1854
# File 'lib/channel_advisor/order_service/types.rb', line 1852

def sellerOrderItemIDList
  @sellerOrderItemIDList
end