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.



1385
1386
1387
1388
1389
# File 'lib/channel_advisor/order_service/types.rb', line 1385

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.



1381
1382
1383
# File 'lib/channel_advisor/order_service/types.rb', line 1381

def accountID
  @accountID
end

#clientOrderIdentifiersObject

Returns the value of attribute clientOrderIdentifiers.



1382
1383
1384
# File 'lib/channel_advisor/order_service/types.rb', line 1382

def clientOrderIdentifiers
  @clientOrderIdentifiers
end

#markAsExportedObject

Returns the value of attribute markAsExported.



1383
1384
1385
# File 'lib/channel_advisor/order_service/types.rb', line 1383

def markAsExported
  @markAsExported
end