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
flagStyle - ChannelAdvisor::OrderServiceSOAP::FlagType
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.
-
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
-
#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, flagStyle = 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, flagStyle = nil, orderStatus = nil) ⇒ OrderResponseDetailLow
Returns a new instance of OrderResponseDetailLow.
604 605 606 607 608 609 610 611 612 613 614 615 |
# File 'lib/channel_advisor/order_service/types.rb', line 604 def initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, flagStyle = nil, orderStatus = nil) @numberOfMatches = numberOfMatches @orderTimeGMT = orderTimeGMT @lastUpdateDate = lastUpdateDate @totalOrderAmount = totalOrderAmount @orderState = orderState @dateCancelledGMT = dateCancelledGMT @orderID = orderID @clientOrderIdentifier = clientOrderIdentifier @flagStyle = flagStyle @orderStatus = orderStatus end |
Instance Attribute Details
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
600 601 602 |
# File 'lib/channel_advisor/order_service/types.rb', line 600 def clientOrderIdentifier @clientOrderIdentifier end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
598 599 600 |
# File 'lib/channel_advisor/order_service/types.rb', line 598 def dateCancelledGMT @dateCancelledGMT end |
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
601 602 603 |
# File 'lib/channel_advisor/order_service/types.rb', line 601 def flagStyle @flagStyle end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
595 596 597 |
# File 'lib/channel_advisor/order_service/types.rb', line 595 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
593 594 595 |
# File 'lib/channel_advisor/order_service/types.rb', line 593 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
599 600 601 |
# File 'lib/channel_advisor/order_service/types.rb', line 599 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
597 598 599 |
# File 'lib/channel_advisor/order_service/types.rb', line 597 def orderState @orderState end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
602 603 604 |
# File 'lib/channel_advisor/order_service/types.rb', line 602 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
594 595 596 |
# File 'lib/channel_advisor/order_service/types.rb', line 594 def orderTimeGMT @orderTimeGMT end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
596 597 598 |
# File 'lib/channel_advisor/order_service/types.rb', line 596 def totalOrderAmount @totalOrderAmount end |