Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailComplete
- Inherits:
-
OrderResponseDetailHigh
- Object
- OrderResponseItem
- OrderResponseDetailLow
- OrderResponseDetailMedium
- OrderResponseDetailHigh
- ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailComplete
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersOrderResponseDetailComplete
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
customValueList - ChannelAdvisor::OrderServiceSOAP::ArrayOfCustomValue
buyerIpAddress - SOAP::SOAPString
transactionNotes - SOAP::SOAPString
Instance Attribute Summary collapse
-
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
-
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
-
#buyerIpAddress ⇒ Object
Returns the value of attribute buyerIpAddress.
-
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
-
#customValueList ⇒ Object
Returns the value of attribute customValueList.
-
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
-
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
-
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
-
#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.
-
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
-
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
-
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
-
#resellerID ⇒ Object
Returns the value of attribute resellerID.
-
#shippingInfo ⇒ Object
Returns the value of attribute shippingInfo.
-
#shoppingCart ⇒ Object
Returns the value of attribute shoppingCart.
-
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
-
#transactionNotes ⇒ Object
Returns the value of attribute transactionNotes.
Instance Method Summary collapse
-
#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, customValueList = nil, buyerIpAddress = nil, transactionNotes = nil) ⇒ OrderResponseDetailComplete
constructor
A new instance of OrderResponseDetailComplete.
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, customValueList = nil, buyerIpAddress = nil, transactionNotes = nil) ⇒ OrderResponseDetailComplete
Returns a new instance of OrderResponseDetailComplete.
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 |
# File 'lib/channel_advisor/order_service/types.rb', line 782 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, customValueList = nil, buyerIpAddress = nil, transactionNotes = 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 @customValueList = customValueList @buyerIpAddress = buyerIpAddress @transactionNotes = transactionNotes end |
Instance Attribute Details
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
775 776 777 |
# File 'lib/channel_advisor/order_service/types.rb', line 775 def billingInfo @billingInfo end |
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
771 772 773 |
# File 'lib/channel_advisor/order_service/types.rb', line 771 def buyerEmailAddress @buyerEmailAddress end |
#buyerIpAddress ⇒ Object
Returns the value of attribute buyerIpAddress.
779 780 781 |
# File 'lib/channel_advisor/order_service/types.rb', line 779 def buyerIpAddress @buyerIpAddress end |
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
767 768 769 |
# File 'lib/channel_advisor/order_service/types.rb', line 767 def clientOrderIdentifier @clientOrderIdentifier end |
#customValueList ⇒ Object
Returns the value of attribute customValueList.
778 779 780 |
# File 'lib/channel_advisor/order_service/types.rb', line 778 def customValueList @customValueList end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
765 766 767 |
# File 'lib/channel_advisor/order_service/types.rb', line 765 def dateCancelledGMT @dateCancelledGMT end |
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
772 773 774 |
# File 'lib/channel_advisor/order_service/types.rb', line 772 def emailOptIn @emailOptIn end |
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
776 777 778 |
# File 'lib/channel_advisor/order_service/types.rb', line 776 def flagDescription @flagDescription end |
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
768 769 770 |
# File 'lib/channel_advisor/order_service/types.rb', line 768 def flagStyle @flagStyle end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
762 763 764 |
# File 'lib/channel_advisor/order_service/types.rb', line 762 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
760 761 762 |
# File 'lib/channel_advisor/order_service/types.rb', line 760 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
766 767 768 |
# File 'lib/channel_advisor/order_service/types.rb', line 766 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
764 765 766 |
# File 'lib/channel_advisor/order_service/types.rb', line 764 def orderState @orderState end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
769 770 771 |
# File 'lib/channel_advisor/order_service/types.rb', line 769 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
761 762 763 |
# File 'lib/channel_advisor/order_service/types.rb', line 761 def orderTimeGMT @orderTimeGMT end |
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
773 774 775 |
# File 'lib/channel_advisor/order_service/types.rb', line 773 def paymentInfo @paymentInfo end |
#resellerID ⇒ Object
Returns the value of attribute resellerID.
770 771 772 |
# File 'lib/channel_advisor/order_service/types.rb', line 770 def resellerID @resellerID end |
#shippingInfo ⇒ Object
Returns the value of attribute shippingInfo.
774 775 776 |
# File 'lib/channel_advisor/order_service/types.rb', line 774 def shippingInfo @shippingInfo end |
#shoppingCart ⇒ Object
Returns the value of attribute shoppingCart.
777 778 779 |
# File 'lib/channel_advisor/order_service/types.rb', line 777 def shoppingCart @shoppingCart end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
763 764 765 |
# File 'lib/channel_advisor/order_service/types.rb', line 763 def totalOrderAmount @totalOrderAmount end |
#transactionNotes ⇒ Object
Returns the value of attribute transactionNotes.
780 781 782 |
# File 'lib/channel_advisor/order_service/types.rb', line 780 def transactionNotes @transactionNotes end |