Class: ChannelAdvisor::OrderServiceSOAP::SubmitOrder

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

Overview

/SubmitOrder

accountID - SOAP::SOAPString
order - ChannelAdvisor::OrderServiceSOAP::OrderSubmit

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, order = nil) ⇒ SubmitOrder

Returns a new instance of SubmitOrder.



1801
1802
1803
1804
# File 'lib/channel_advisor/order_service/types.rb', line 1801

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1798
1799
1800
# File 'lib/channel_advisor/order_service/types.rb', line 1798

def accountID
  @accountID
end

#orderObject

Returns the value of attribute order.



1799
1800
1801
# File 'lib/channel_advisor/order_service/types.rb', line 1799

def order
  @order
end