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
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
shoppingCart - ChannelAdvisor::OrderServiceSOAP::OrderCart
customValueList - ChannelAdvisor::OrderServiceSOAP::ArrayOfCustomValue
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.
-
#customValueList ⇒ Object
Returns the value of attribute customValueList.
-
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
-
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
-
#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.
Instance Method Summary collapse
-
#initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, orderStatus = nil, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = nil, shoppingCart = nil, customValueList = 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, orderStatus = nil, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = nil, shoppingCart = nil, customValueList = nil) ⇒ OrderResponseDetailComplete
Returns a new instance of OrderResponseDetailComplete.
529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 |
# File 'lib/channel_advisor/order_service/types.rb', line 529 def initialize(numberOfMatches = nil, orderTimeGMT = nil, lastUpdateDate = nil, totalOrderAmount = nil, orderState = nil, dateCancelledGMT = nil, orderID = nil, clientOrderIdentifier = nil, orderStatus = nil, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = nil, shoppingCart = nil, customValueList = nil) @numberOfMatches = numberOfMatches @orderTimeGMT = orderTimeGMT @lastUpdateDate = lastUpdateDate @totalOrderAmount = totalOrderAmount @orderState = orderState @dateCancelledGMT = dateCancelledGMT @orderID = orderID @clientOrderIdentifier = clientOrderIdentifier @orderStatus = orderStatus @resellerID = resellerID @buyerEmailAddress = buyerEmailAddress @emailOptIn = emailOptIn @paymentInfo = paymentInfo @shippingInfo = shippingInfo @billingInfo = billingInfo @shoppingCart = shoppingCart @customValueList = customValueList end |
Instance Attribute Details
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
525 526 527 |
# File 'lib/channel_advisor/order_service/types.rb', line 525 def billingInfo @billingInfo end |
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
521 522 523 |
# File 'lib/channel_advisor/order_service/types.rb', line 521 def buyerEmailAddress @buyerEmailAddress end |
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
518 519 520 |
# File 'lib/channel_advisor/order_service/types.rb', line 518 def clientOrderIdentifier @clientOrderIdentifier end |
#customValueList ⇒ Object
Returns the value of attribute customValueList.
527 528 529 |
# File 'lib/channel_advisor/order_service/types.rb', line 527 def customValueList @customValueList end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
516 517 518 |
# File 'lib/channel_advisor/order_service/types.rb', line 516 def dateCancelledGMT @dateCancelledGMT end |
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
522 523 524 |
# File 'lib/channel_advisor/order_service/types.rb', line 522 def emailOptIn @emailOptIn end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
513 514 515 |
# File 'lib/channel_advisor/order_service/types.rb', line 513 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
511 512 513 |
# File 'lib/channel_advisor/order_service/types.rb', line 511 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
517 518 519 |
# File 'lib/channel_advisor/order_service/types.rb', line 517 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
515 516 517 |
# File 'lib/channel_advisor/order_service/types.rb', line 515 def orderState @orderState end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
519 520 521 |
# File 'lib/channel_advisor/order_service/types.rb', line 519 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
512 513 514 |
# File 'lib/channel_advisor/order_service/types.rb', line 512 def orderTimeGMT @orderTimeGMT end |
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
523 524 525 |
# File 'lib/channel_advisor/order_service/types.rb', line 523 def paymentInfo @paymentInfo end |
#resellerID ⇒ Object
Returns the value of attribute resellerID.
520 521 522 |
# File 'lib/channel_advisor/order_service/types.rb', line 520 def resellerID @resellerID end |
#shippingInfo ⇒ Object
Returns the value of attribute shippingInfo.
524 525 526 |
# File 'lib/channel_advisor/order_service/types.rb', line 524 def shippingInfo @shippingInfo end |
#shoppingCart ⇒ Object
Returns the value of attribute shoppingCart.
526 527 528 |
# File 'lib/channel_advisor/order_service/types.rb', line 526 def shoppingCart @shoppingCart end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
514 515 516 |
# File 'lib/channel_advisor/order_service/types.rb', line 514 def totalOrderAmount @totalOrderAmount end |