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
flagStyle - ChannelAdvisor::OrderServiceSOAP::FlagType
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, 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

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



600
601
602
# File 'lib/channel_advisor/order_service/types.rb', line 600

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



598
599
600
# File 'lib/channel_advisor/order_service/types.rb', line 598

def dateCancelledGMT
  @dateCancelledGMT
end

#flagStyleObject

Returns the value of attribute flagStyle.



601
602
603
# File 'lib/channel_advisor/order_service/types.rb', line 601

def flagStyle
  @flagStyle
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



595
596
597
# File 'lib/channel_advisor/order_service/types.rb', line 595

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



593
594
595
# File 'lib/channel_advisor/order_service/types.rb', line 593

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



599
600
601
# File 'lib/channel_advisor/order_service/types.rb', line 599

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



597
598
599
# File 'lib/channel_advisor/order_service/types.rb', line 597

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



602
603
604
# File 'lib/channel_advisor/order_service/types.rb', line 602

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



594
595
596
# File 'lib/channel_advisor/order_service/types.rb', line 594

def orderTimeGMT
  @orderTimeGMT
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



596
597
598
# File 'lib/channel_advisor/order_service/types.rb', line 596

def totalOrderAmount
  @totalOrderAmount
end