Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailMedium
- Inherits:
-
OrderResponseDetailLow
- Object
- OrderResponseItem
- OrderResponseDetailLow
- ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailMedium
- 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
Instance Attribute Summary collapse
-
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
-
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
-
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
-
#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.
-
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
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) ⇒ OrderResponseDetailMedium
constructor
A new instance of OrderResponseDetailMedium.
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
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
652 653 654 |
# File 'lib/channel_advisor/order_service/types.rb', line 652 def billingInfo @billingInfo end |
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
648 649 650 |
# File 'lib/channel_advisor/order_service/types.rb', line 648 def buyerEmailAddress @buyerEmailAddress end |
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
644 645 646 |
# File 'lib/channel_advisor/order_service/types.rb', line 644 def clientOrderIdentifier @clientOrderIdentifier end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
642 643 644 |
# File 'lib/channel_advisor/order_service/types.rb', line 642 def dateCancelledGMT @dateCancelledGMT end |
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
649 650 651 |
# File 'lib/channel_advisor/order_service/types.rb', line 649 def emailOptIn @emailOptIn end |
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
653 654 655 |
# File 'lib/channel_advisor/order_service/types.rb', line 653 def flagDescription @flagDescription end |
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
645 646 647 |
# File 'lib/channel_advisor/order_service/types.rb', line 645 def flagStyle @flagStyle end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
639 640 641 |
# File 'lib/channel_advisor/order_service/types.rb', line 639 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
637 638 639 |
# File 'lib/channel_advisor/order_service/types.rb', line 637 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
643 644 645 |
# File 'lib/channel_advisor/order_service/types.rb', line 643 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
641 642 643 |
# File 'lib/channel_advisor/order_service/types.rb', line 641 def orderState @orderState end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
646 647 648 |
# File 'lib/channel_advisor/order_service/types.rb', line 646 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
638 639 640 |
# File 'lib/channel_advisor/order_service/types.rb', line 638 def orderTimeGMT @orderTimeGMT end |
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
650 651 652 |
# File 'lib/channel_advisor/order_service/types.rb', line 650 def paymentInfo @paymentInfo end |
#resellerID ⇒ Object
Returns the value of attribute resellerID.
647 648 649 |
# File 'lib/channel_advisor/order_service/types.rb', line 647 def resellerID @resellerID end |
#shippingInfo ⇒ Object
Returns the value of attribute shippingInfo.
651 652 653 |
# File 'lib/channel_advisor/order_service/types.rb', line 651 def shippingInfo @shippingInfo end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
640 641 642 |
# File 'lib/channel_advisor/order_service/types.rb', line 640 def totalOrderAmount @totalOrderAmount end |