Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseItem
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::OrderResponseItem
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersOrderResponseItem abstract
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
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.
-
#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) ⇒ OrderResponseItem
constructor
A new instance of OrderResponseItem.
Constructor Details
#initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, flagStyle = nil) ⇒ OrderResponseItem
Returns a new instance of OrderResponseItem.
568 569 570 571 572 573 574 575 576 577 578 |
# File 'lib/channel_advisor/order_service/types.rb', line 568 def initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, flagStyle = nil) @numberOfMatches = numberOfMatches @orderTimeGMT = orderTimeGMT @lastUpdateDate = lastUpdateDate @totalOrderAmount = totalOrderAmount @orderState = orderState @dateCancelledGMT = dateCancelledGMT @orderID = orderID @clientOrderIdentifier = clientOrderIdentifier @flagStyle = flagStyle end |
Instance Attribute Details
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
565 566 567 |
# File 'lib/channel_advisor/order_service/types.rb', line 565 def clientOrderIdentifier @clientOrderIdentifier end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
563 564 565 |
# File 'lib/channel_advisor/order_service/types.rb', line 563 def dateCancelledGMT @dateCancelledGMT end |
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
566 567 568 |
# File 'lib/channel_advisor/order_service/types.rb', line 566 def flagStyle @flagStyle end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
560 561 562 |
# File 'lib/channel_advisor/order_service/types.rb', line 560 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
558 559 560 |
# File 'lib/channel_advisor/order_service/types.rb', line 558 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
564 565 566 |
# File 'lib/channel_advisor/order_service/types.rb', line 564 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
562 563 564 |
# File 'lib/channel_advisor/order_service/types.rb', line 562 def orderState @orderState end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
559 560 561 |
# File 'lib/channel_advisor/order_service/types.rb', line 559 def orderTimeGMT @orderTimeGMT end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
561 562 563 |
# File 'lib/channel_advisor/order_service/types.rb', line 561 def totalOrderAmount @totalOrderAmount end |