Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailMedium

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

OrderResponseDetailHigh

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

#billingInfoObject

Returns the value of attribute billingInfo.



416
417
418
# File 'lib/channel_advisor/order_service/types.rb', line 416

def billingInfo
  @billingInfo
end

#buyerEmailAddressObject

Returns the value of attribute buyerEmailAddress.



412
413
414
# File 'lib/channel_advisor/order_service/types.rb', line 412

def buyerEmailAddress
  @buyerEmailAddress
end

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



409
410
411
# File 'lib/channel_advisor/order_service/types.rb', line 409

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



407
408
409
# File 'lib/channel_advisor/order_service/types.rb', line 407

def dateCancelledGMT
  @dateCancelledGMT
end

#emailOptInObject

Returns the value of attribute emailOptIn.



413
414
415
# File 'lib/channel_advisor/order_service/types.rb', line 413

def emailOptIn
  @emailOptIn
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



404
405
406
# File 'lib/channel_advisor/order_service/types.rb', line 404

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



402
403
404
# File 'lib/channel_advisor/order_service/types.rb', line 402

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



408
409
410
# File 'lib/channel_advisor/order_service/types.rb', line 408

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



406
407
408
# File 'lib/channel_advisor/order_service/types.rb', line 406

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



410
411
412
# File 'lib/channel_advisor/order_service/types.rb', line 410

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



403
404
405
# File 'lib/channel_advisor/order_service/types.rb', line 403

def orderTimeGMT
  @orderTimeGMT
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



414
415
416
# File 'lib/channel_advisor/order_service/types.rb', line 414

def paymentInfo
  @paymentInfo
end

#resellerIDObject

Returns the value of attribute resellerID.



411
412
413
# File 'lib/channel_advisor/order_service/types.rb', line 411

def resellerID
  @resellerID
end

#shippingInfoObject

Returns the value of attribute shippingInfo.



415
416
417
# File 'lib/channel_advisor/order_service/types.rb', line 415

def shippingInfo
  @shippingInfo
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



405
406
407
# File 'lib/channel_advisor/order_service/types.rb', line 405

def totalOrderAmount
  @totalOrderAmount
end