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.



1478
1479
1480
1481
# File 'lib/channel_advisor/order_service/types.rb', line 1478

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1475
1476
1477
# File 'lib/channel_advisor/order_service/types.rb', line 1475

def accountID
  @accountID
end

#orderObject

Returns the value of attribute order.



1476
1477
1478
# File 'lib/channel_advisor/order_service/types.rb', line 1476

def order
  @order
end