Class: ChannelAdvisor::OrderServiceSOAP::SetSellerOrderID
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SetSellerOrderID
- 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
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#orderIDList ⇒ Object
Returns the value of attribute orderIDList.
-
#sellerOrderIDList ⇒ Object
Returns the value of attribute sellerOrderIDList.
Instance Method Summary collapse
-
#initialize(accountID = nil, orderIDList = nil, sellerOrderIDList = nil) ⇒ SetSellerOrderID
constructor
A new instance of SetSellerOrderID.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1822 1823 1824 |
# File 'lib/channel_advisor/order_service/types.rb', line 1822 def accountID @accountID end |
#orderIDList ⇒ Object
Returns the value of attribute orderIDList.
1823 1824 1825 |
# File 'lib/channel_advisor/order_service/types.rb', line 1823 def orderIDList @orderIDList end |
#sellerOrderIDList ⇒ Object
Returns the value of attribute sellerOrderIDList.
1824 1825 1826 |
# File 'lib/channel_advisor/order_service/types.rb', line 1824 def sellerOrderIDList @sellerOrderIDList end |