Class: ChannelAdvisor::OrderServiceSOAP::SetOrdersExportStatus

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

Overview

/SetOrdersExportStatus

accountID - SOAP::SOAPString
clientOrderIdentifiers - ChannelAdvisor::OrderServiceSOAP::ArrayOfString
markAsExported - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, clientOrderIdentifiers = nil, markAsExported = nil) ⇒ SetOrdersExportStatus

Returns a new instance of SetOrdersExportStatus.



1731
1732
1733
1734
1735
# File 'lib/channel_advisor/order_service/types.rb', line 1731

def initialize(accountID = nil, clientOrderIdentifiers = nil, markAsExported = nil)
  @accountID = accountID
  @clientOrderIdentifiers = clientOrderIdentifiers
  @markAsExported = markAsExported
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1727
1728
1729
# File 'lib/channel_advisor/order_service/types.rb', line 1727

def accountID
  @accountID
end

#clientOrderIdentifiersObject

Returns the value of attribute clientOrderIdentifiers.



1728
1729
1730
# File 'lib/channel_advisor/order_service/types.rb', line 1728

def clientOrderIdentifiers
  @clientOrderIdentifiers
end

#markAsExportedObject

Returns the value of attribute markAsExported.



1729
1730
1731
# File 'lib/channel_advisor/order_service/types.rb', line 1729

def markAsExported
  @markAsExported
end