Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailHigh

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

Overview

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

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
shoppingCart - ChannelAdvisor::OrderServiceSOAP::OrderCart

Direct Known Subclasses

OrderResponseDetailComplete

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, shoppingCart = nil) ⇒ OrderResponseDetailHigh

Returns a new instance of OrderResponseDetailHigh.



715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
# File 'lib/channel_advisor/order_service/types.rb', line 715

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, shoppingCart = 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
  @shoppingCart = shoppingCart
end

Instance Attribute Details

#billingInfoObject

Returns the value of attribute billingInfo.



711
712
713
# File 'lib/channel_advisor/order_service/types.rb', line 711

def billingInfo
  @billingInfo
end

#buyerEmailAddressObject

Returns the value of attribute buyerEmailAddress.



707
708
709
# File 'lib/channel_advisor/order_service/types.rb', line 707

def buyerEmailAddress
  @buyerEmailAddress
end

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



703
704
705
# File 'lib/channel_advisor/order_service/types.rb', line 703

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



701
702
703
# File 'lib/channel_advisor/order_service/types.rb', line 701

def dateCancelledGMT
  @dateCancelledGMT
end

#emailOptInObject

Returns the value of attribute emailOptIn.



708
709
710
# File 'lib/channel_advisor/order_service/types.rb', line 708

def emailOptIn
  @emailOptIn
end

#flagDescriptionObject

Returns the value of attribute flagDescription.



712
713
714
# File 'lib/channel_advisor/order_service/types.rb', line 712

def flagDescription
  @flagDescription
end

#flagStyleObject

Returns the value of attribute flagStyle.



704
705
706
# File 'lib/channel_advisor/order_service/types.rb', line 704

def flagStyle
  @flagStyle
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



698
699
700
# File 'lib/channel_advisor/order_service/types.rb', line 698

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



696
697
698
# File 'lib/channel_advisor/order_service/types.rb', line 696

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



702
703
704
# File 'lib/channel_advisor/order_service/types.rb', line 702

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



700
701
702
# File 'lib/channel_advisor/order_service/types.rb', line 700

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



705
706
707
# File 'lib/channel_advisor/order_service/types.rb', line 705

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



697
698
699
# File 'lib/channel_advisor/order_service/types.rb', line 697

def orderTimeGMT
  @orderTimeGMT
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



709
710
711
# File 'lib/channel_advisor/order_service/types.rb', line 709

def paymentInfo
  @paymentInfo
end

#resellerIDObject

Returns the value of attribute resellerID.



706
707
708
# File 'lib/channel_advisor/order_service/types.rb', line 706

def resellerID
  @resellerID
end

#shippingInfoObject

Returns the value of attribute shippingInfo.



710
711
712
# File 'lib/channel_advisor/order_service/types.rb', line 710

def shippingInfo
  @shippingInfo
end

#shoppingCartObject

Returns the value of attribute shoppingCart.



713
714
715
# File 'lib/channel_advisor/order_service/types.rb', line 713

def shoppingCart
  @shoppingCart
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



699
700
701
# File 'lib/channel_advisor/order_service/types.rb', line 699

def totalOrderAmount
  @totalOrderAmount
end