Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailLow

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

Overview

http://api.channeladvisor.com/datacontracts/ordersOrderResponseDetailLow

numberOfMatches - SOAP::SOAPInt
orderTimeGMT - SOAP::SOAPDateTime
lastUpdateDate - SOAP::SOAPDateTime
totalOrderAmount - SOAP::SOAPDecimal
orderState - ChannelAdvisor::OrderServiceSOAP::OrderStateCode
dateCancelledGMT - SOAP::SOAPDateTime
orderID - SOAP::SOAPInt
clientOrderIdentifier - SOAP::SOAPString
orderStatus - ChannelAdvisor::OrderServiceSOAP::OrderStatus

Direct Known Subclasses

OrderResponseDetailMedium

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, orderStatus = nil) ⇒ OrderResponseDetailLow

Returns a new instance of OrderResponseDetailLow.



372
373
374
375
376
377
378
379
380
381
382
# File 'lib/channel_advisor/order_service/types.rb', line 372

def initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, orderStatus = nil)
  @numberOfMatches = numberOfMatches
  @orderTimeGMT = orderTimeGMT
  @lastUpdateDate = lastUpdateDate
  @totalOrderAmount = totalOrderAmount
  @orderState = orderState
  @dateCancelledGMT = dateCancelledGMT
  @orderID = orderID
  @clientOrderIdentifier = clientOrderIdentifier
  @orderStatus = orderStatus
end

Instance Attribute Details

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



369
370
371
# File 'lib/channel_advisor/order_service/types.rb', line 369

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



367
368
369
# File 'lib/channel_advisor/order_service/types.rb', line 367

def dateCancelledGMT
  @dateCancelledGMT
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



364
365
366
# File 'lib/channel_advisor/order_service/types.rb', line 364

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



362
363
364
# File 'lib/channel_advisor/order_service/types.rb', line 362

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



368
369
370
# File 'lib/channel_advisor/order_service/types.rb', line 368

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



366
367
368
# File 'lib/channel_advisor/order_service/types.rb', line 366

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



370
371
372
# File 'lib/channel_advisor/order_service/types.rb', line 370

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



363
364
365
# File 'lib/channel_advisor/order_service/types.rb', line 363

def orderTimeGMT
  @orderTimeGMT
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



365
366
367
# File 'lib/channel_advisor/order_service/types.rb', line 365

def totalOrderAmount
  @totalOrderAmount
end