Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailLow
- Inherits:
-
OrderResponseItem
- Object
- OrderResponseItem
- ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailLow
- 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
Instance Attribute Summary collapse
-
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
-
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
-
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
-
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#orderState ⇒ Object
Returns the value of attribute orderState.
-
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
-
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
-
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
Instance Method Summary collapse
-
#initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, orderStatus = nil) ⇒ OrderResponseDetailLow
constructor
A new instance of OrderResponseDetailLow.
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
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
369 370 371 |
# File 'lib/channel_advisor/order_service/types.rb', line 369 def clientOrderIdentifier @clientOrderIdentifier end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
367 368 369 |
# File 'lib/channel_advisor/order_service/types.rb', line 367 def dateCancelledGMT @dateCancelledGMT end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
364 365 366 |
# File 'lib/channel_advisor/order_service/types.rb', line 364 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
362 363 364 |
# File 'lib/channel_advisor/order_service/types.rb', line 362 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
368 369 370 |
# File 'lib/channel_advisor/order_service/types.rb', line 368 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
366 367 368 |
# File 'lib/channel_advisor/order_service/types.rb', line 366 def orderState @orderState end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
370 371 372 |
# File 'lib/channel_advisor/order_service/types.rb', line 370 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
363 364 365 |
# File 'lib/channel_advisor/order_service/types.rb', line 363 def orderTimeGMT @orderTimeGMT end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
365 366 367 |
# File 'lib/channel_advisor/order_service/types.rb', line 365 def totalOrderAmount @totalOrderAmount end |