Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailHigh

Inherits:
OrderResponseDetailMedium show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

http://api.channeladvisor.com/datacontracts/ordersOrderResponseDetailHigh

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

Direct Known Subclasses

OrderResponseDetailComplete

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, shoppingCart = nil) ⇒ OrderResponseDetailHigh

Returns a new instance of OrderResponseDetailHigh.



472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
# File 'lib/channel_advisor/order_service/types.rb', line 472

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)
  @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
end

Instance Attribute Details

#billingInfoObject

Returns the value of attribute billingInfo.



469
470
471
# File 'lib/channel_advisor/order_service/types.rb', line 469

def billingInfo
  @billingInfo
end

#buyerEmailAddressObject

Returns the value of attribute buyerEmailAddress.



465
466
467
# File 'lib/channel_advisor/order_service/types.rb', line 465

def buyerEmailAddress
  @buyerEmailAddress
end

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



462
463
464
# File 'lib/channel_advisor/order_service/types.rb', line 462

def clientOrderIdentifier
  @clientOrderIdentifier
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



460
461
462
# File 'lib/channel_advisor/order_service/types.rb', line 460

def dateCancelledGMT
  @dateCancelledGMT
end

#emailOptInObject

Returns the value of attribute emailOptIn.



466
467
468
# File 'lib/channel_advisor/order_service/types.rb', line 466

def emailOptIn
  @emailOptIn
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



457
458
459
# File 'lib/channel_advisor/order_service/types.rb', line 457

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



455
456
457
# File 'lib/channel_advisor/order_service/types.rb', line 455

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



461
462
463
# File 'lib/channel_advisor/order_service/types.rb', line 461

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



459
460
461
# File 'lib/channel_advisor/order_service/types.rb', line 459

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



463
464
465
# File 'lib/channel_advisor/order_service/types.rb', line 463

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



456
457
458
# File 'lib/channel_advisor/order_service/types.rb', line 456

def orderTimeGMT
  @orderTimeGMT
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



467
468
469
# File 'lib/channel_advisor/order_service/types.rb', line 467

def paymentInfo
  @paymentInfo
end

#resellerIDObject

Returns the value of attribute resellerID.



464
465
466
# File 'lib/channel_advisor/order_service/types.rb', line 464

def resellerID
  @resellerID
end

#shippingInfoObject

Returns the value of attribute shippingInfo.



468
469
470
# File 'lib/channel_advisor/order_service/types.rb', line 468

def shippingInfo
  @shippingInfo
end

#shoppingCartObject

Returns the value of attribute shoppingCart.



470
471
472
# File 'lib/channel_advisor/order_service/types.rb', line 470

def shoppingCart
  @shoppingCart
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



458
459
460
# File 'lib/channel_advisor/order_service/types.rb', line 458

def totalOrderAmount
  @totalOrderAmount
end