Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailMedium

Inherits:
OrderResponseDetailLow show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

http://api.channeladvisor.com/datacontracts/ordersOrderResponseDetailMedium

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
resellerID - SOAP::SOAPString
buyerEmailAddress - SOAP::SOAPString
emailOptIn - SOAP::SOAPBoolean
paymentInfo - ChannelAdvisor::OrderServiceSOAP::PaymentInfoResponse
shippingInfo - ChannelAdvisor::OrderServiceSOAP::ShippingInfoResponse
billingInfo - ChannelAdvisor::OrderServiceSOAP::BillingInfo
flagDescription - SOAP::SOAPString

Direct Known Subclasses

OrderResponseDetailHigh

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, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = nil, flagDescription = nil) ⇒ OrderResponseDetailMedium

Returns a new instance of OrderResponseDetailMedium.



655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'lib/channel_advisor/order_service/types.rb', line 655

def initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, flagStyle = nil, orderStatus = nil, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = nil, flagDescription = nil)
  @numberOfMatches = numberOfMatches
  @orderTimeGMT = orderTimeGMT
  @lastUpdateDate = lastUpdateDate
  @totalOrderAmount = totalOrderAmount
  @orderState = orderState
  @dateCancelledGMT = dateCancelledGMT
  @orderID = orderID
  @clientOrderIdentifier = clientOrderIdentifier
  @flagStyle = flagStyle
  @orderStatus = orderStatus
  @resellerID = resellerID
  @buyerEmailAddress = buyerEmailAddress
  @emailOptIn = emailOptIn
  @paymentInfo = paymentInfo
  @shippingInfo = shippingInfo
  @billingInfo = billingInfo
  @flagDescription = flagDescription
end

Instance Attribute Details

#billingInfoObject

Returns the value of attribute billingInfo.



652
653
654
# File 'lib/channel_advisor/order_service/types.rb', line 652

def billingInfo
  @billingInfo
end

#buyerEmailAddressObject

Returns the value of attribute buyerEmailAddress.



648
649
650
# File 'lib/channel_advisor/order_service/types.rb', line 648

def buyerEmailAddress
  @buyerEmailAddress
end

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



644
645
646
# File 'lib/channel_advisor/order_service/types.rb', line 644

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



642
643
644
# File 'lib/channel_advisor/order_service/types.rb', line 642

def dateCancelledGMT
  @dateCancelledGMT
end

#emailOptInObject

Returns the value of attribute emailOptIn.



649
650
651
# File 'lib/channel_advisor/order_service/types.rb', line 649

def emailOptIn
  @emailOptIn
end

#flagDescriptionObject

Returns the value of attribute flagDescription.



653
654
655
# File 'lib/channel_advisor/order_service/types.rb', line 653

def flagDescription
  @flagDescription
end

#flagStyleObject

Returns the value of attribute flagStyle.



645
646
647
# File 'lib/channel_advisor/order_service/types.rb', line 645

def flagStyle
  @flagStyle
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



639
640
641
# File 'lib/channel_advisor/order_service/types.rb', line 639

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



637
638
639
# File 'lib/channel_advisor/order_service/types.rb', line 637

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



643
644
645
# File 'lib/channel_advisor/order_service/types.rb', line 643

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



641
642
643
# File 'lib/channel_advisor/order_service/types.rb', line 641

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



646
647
648
# File 'lib/channel_advisor/order_service/types.rb', line 646

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



638
639
640
# File 'lib/channel_advisor/order_service/types.rb', line 638

def orderTimeGMT
  @orderTimeGMT
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



650
651
652
# File 'lib/channel_advisor/order_service/types.rb', line 650

def paymentInfo
  @paymentInfo
end

#resellerIDObject

Returns the value of attribute resellerID.



647
648
649
# File 'lib/channel_advisor/order_service/types.rb', line 647

def resellerID
  @resellerID
end

#shippingInfoObject

Returns the value of attribute shippingInfo.



651
652
653
# File 'lib/channel_advisor/order_service/types.rb', line 651

def shippingInfo
  @shippingInfo
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



640
641
642
# File 'lib/channel_advisor/order_service/types.rb', line 640

def totalOrderAmount
  @totalOrderAmount
end