Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailComplete

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

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

#billingInfoObject

Returns the value of attribute billingInfo.



775
776
777
# File 'lib/channel_advisor/order_service/types.rb', line 775

def billingInfo
  @billingInfo
end

#buyerEmailAddressObject

Returns the value of attribute buyerEmailAddress.



771
772
773
# File 'lib/channel_advisor/order_service/types.rb', line 771

def buyerEmailAddress
  @buyerEmailAddress
end

#buyerIpAddressObject

Returns the value of attribute buyerIpAddress.



779
780
781
# File 'lib/channel_advisor/order_service/types.rb', line 779

def buyerIpAddress
  @buyerIpAddress
end

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



767
768
769
# File 'lib/channel_advisor/order_service/types.rb', line 767

def clientOrderIdentifier
  @clientOrderIdentifier
end

#customValueListObject

Returns the value of attribute customValueList.



778
779
780
# File 'lib/channel_advisor/order_service/types.rb', line 778

def customValueList
  @customValueList
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



765
766
767
# File 'lib/channel_advisor/order_service/types.rb', line 765

def dateCancelledGMT
  @dateCancelledGMT
end

#emailOptInObject

Returns the value of attribute emailOptIn.



772
773
774
# File 'lib/channel_advisor/order_service/types.rb', line 772

def emailOptIn
  @emailOptIn
end

#flagDescriptionObject

Returns the value of attribute flagDescription.



776
777
778
# File 'lib/channel_advisor/order_service/types.rb', line 776

def flagDescription
  @flagDescription
end

#flagStyleObject

Returns the value of attribute flagStyle.



768
769
770
# File 'lib/channel_advisor/order_service/types.rb', line 768

def flagStyle
  @flagStyle
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



762
763
764
# File 'lib/channel_advisor/order_service/types.rb', line 762

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



760
761
762
# File 'lib/channel_advisor/order_service/types.rb', line 760

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



766
767
768
# File 'lib/channel_advisor/order_service/types.rb', line 766

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



764
765
766
# File 'lib/channel_advisor/order_service/types.rb', line 764

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



769
770
771
# File 'lib/channel_advisor/order_service/types.rb', line 769

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



761
762
763
# File 'lib/channel_advisor/order_service/types.rb', line 761

def orderTimeGMT
  @orderTimeGMT
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



773
774
775
# File 'lib/channel_advisor/order_service/types.rb', line 773

def paymentInfo
  @paymentInfo
end

#resellerIDObject

Returns the value of attribute resellerID.



770
771
772
# File 'lib/channel_advisor/order_service/types.rb', line 770

def resellerID
  @resellerID
end

#shippingInfoObject

Returns the value of attribute shippingInfo.



774
775
776
# File 'lib/channel_advisor/order_service/types.rb', line 774

def shippingInfo
  @shippingInfo
end

#shoppingCartObject

Returns the value of attribute shoppingCart.



777
778
779
# File 'lib/channel_advisor/order_service/types.rb', line 777

def shoppingCart
  @shoppingCart
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



763
764
765
# File 'lib/channel_advisor/order_service/types.rb', line 763

def totalOrderAmount
  @totalOrderAmount
end

#transactionNotesObject

Returns the value of attribute transactionNotes.



780
781
782
# File 'lib/channel_advisor/order_service/types.rb', line 780

def transactionNotes
  @transactionNotes
end