Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseItem

Inherits:
Object
  • Object
show all
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

OrderResponseDetailLow

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, 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

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



565
566
567
# File 'lib/channel_advisor/order_service/types.rb', line 565

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



563
564
565
# File 'lib/channel_advisor/order_service/types.rb', line 563

def dateCancelledGMT
  @dateCancelledGMT
end

#flagStyleObject

Returns the value of attribute flagStyle.



566
567
568
# File 'lib/channel_advisor/order_service/types.rb', line 566

def flagStyle
  @flagStyle
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



560
561
562
# File 'lib/channel_advisor/order_service/types.rb', line 560

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



558
559
560
# File 'lib/channel_advisor/order_service/types.rb', line 558

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



564
565
566
# File 'lib/channel_advisor/order_service/types.rb', line 564

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



562
563
564
# File 'lib/channel_advisor/order_service/types.rb', line 562

def orderState
  @orderState
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



559
560
561
# File 'lib/channel_advisor/order_service/types.rb', line 559

def orderTimeGMT
  @orderTimeGMT
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



561
562
563
# File 'lib/channel_advisor/order_service/types.rb', line 561

def totalOrderAmount
  @totalOrderAmount
end