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
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
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.
-
#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, orderStatus = nil, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = 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, orderStatus = nil, resellerID = nil, buyerEmailAddress = nil, emailOptIn = nil, paymentInfo = nil, shippingInfo = nil, billingInfo = nil) ⇒ OrderResponseDetailMedium
Returns a new instance of OrderResponseDetailMedium.
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/channel_advisor/order_service/types.rb', line 418 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) @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 end |
Instance Attribute Details
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
416 417 418 |
# File 'lib/channel_advisor/order_service/types.rb', line 416 def billingInfo @billingInfo end |
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
412 413 414 |
# File 'lib/channel_advisor/order_service/types.rb', line 412 def buyerEmailAddress @buyerEmailAddress end |
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
409 410 411 |
# File 'lib/channel_advisor/order_service/types.rb', line 409 def clientOrderIdentifier @clientOrderIdentifier end |
#dateCancelledGMT ⇒ Object
Returns the value of attribute dateCancelledGMT.
407 408 409 |
# File 'lib/channel_advisor/order_service/types.rb', line 407 def dateCancelledGMT @dateCancelledGMT end |
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
413 414 415 |
# File 'lib/channel_advisor/order_service/types.rb', line 413 def emailOptIn @emailOptIn end |
#lastUpdateDate ⇒ Object
Returns the value of attribute lastUpdateDate.
404 405 406 |
# File 'lib/channel_advisor/order_service/types.rb', line 404 def lastUpdateDate @lastUpdateDate end |
#numberOfMatches ⇒ Object
Returns the value of attribute numberOfMatches.
402 403 404 |
# File 'lib/channel_advisor/order_service/types.rb', line 402 def numberOfMatches @numberOfMatches end |
#orderID ⇒ Object
Returns the value of attribute orderID.
408 409 410 |
# File 'lib/channel_advisor/order_service/types.rb', line 408 def orderID @orderID end |
#orderState ⇒ Object
Returns the value of attribute orderState.
406 407 408 |
# File 'lib/channel_advisor/order_service/types.rb', line 406 def orderState @orderState end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
410 411 412 |
# File 'lib/channel_advisor/order_service/types.rb', line 410 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
403 404 405 |
# File 'lib/channel_advisor/order_service/types.rb', line 403 def orderTimeGMT @orderTimeGMT end |
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
414 415 416 |
# File 'lib/channel_advisor/order_service/types.rb', line 414 def paymentInfo @paymentInfo end |
#resellerID ⇒ Object
Returns the value of attribute resellerID.
411 412 413 |
# File 'lib/channel_advisor/order_service/types.rb', line 411 def resellerID @resellerID end |
#shippingInfo ⇒ Object
Returns the value of attribute shippingInfo.
415 416 417 |
# File 'lib/channel_advisor/order_service/types.rb', line 415 def shippingInfo @shippingInfo end |
#totalOrderAmount ⇒ Object
Returns the value of attribute totalOrderAmount.
405 406 407 |
# File 'lib/channel_advisor/order_service/types.rb', line 405 def totalOrderAmount @totalOrderAmount end |