Class: ChannelAdvisor::OrderServiceSOAP::OrderResponseDetailComplete

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

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

#billingInfoObject

Returns the value of attribute billingInfo.



525
526
527
# File 'lib/channel_advisor/order_service/types.rb', line 525

def billingInfo
  @billingInfo
end

#buyerEmailAddressObject

Returns the value of attribute buyerEmailAddress.



521
522
523
# File 'lib/channel_advisor/order_service/types.rb', line 521

def buyerEmailAddress
  @buyerEmailAddress
end

#clientOrderIdentifierObject

Returns the value of attribute clientOrderIdentifier.



518
519
520
# File 'lib/channel_advisor/order_service/types.rb', line 518

def clientOrderIdentifier
  @clientOrderIdentifier
end

#customValueListObject

Returns the value of attribute customValueList.



527
528
529
# File 'lib/channel_advisor/order_service/types.rb', line 527

def customValueList
  @customValueList
end

#dateCancelledGMTObject

Returns the value of attribute dateCancelledGMT.



516
517
518
# File 'lib/channel_advisor/order_service/types.rb', line 516

def dateCancelledGMT
  @dateCancelledGMT
end

#emailOptInObject

Returns the value of attribute emailOptIn.



522
523
524
# File 'lib/channel_advisor/order_service/types.rb', line 522

def emailOptIn
  @emailOptIn
end

#lastUpdateDateObject

Returns the value of attribute lastUpdateDate.



513
514
515
# File 'lib/channel_advisor/order_service/types.rb', line 513

def lastUpdateDate
  @lastUpdateDate
end

#numberOfMatchesObject

Returns the value of attribute numberOfMatches.



511
512
513
# File 'lib/channel_advisor/order_service/types.rb', line 511

def numberOfMatches
  @numberOfMatches
end

#orderIDObject

Returns the value of attribute orderID.



517
518
519
# File 'lib/channel_advisor/order_service/types.rb', line 517

def orderID
  @orderID
end

#orderStateObject

Returns the value of attribute orderState.



515
516
517
# File 'lib/channel_advisor/order_service/types.rb', line 515

def orderState
  @orderState
end

#orderStatusObject

Returns the value of attribute orderStatus.



519
520
521
# File 'lib/channel_advisor/order_service/types.rb', line 519

def orderStatus
  @orderStatus
end

#orderTimeGMTObject

Returns the value of attribute orderTimeGMT.



512
513
514
# File 'lib/channel_advisor/order_service/types.rb', line 512

def orderTimeGMT
  @orderTimeGMT
end

#paymentInfoObject

Returns the value of attribute paymentInfo.



523
524
525
# File 'lib/channel_advisor/order_service/types.rb', line 523

def paymentInfo
  @paymentInfo
end

#resellerIDObject

Returns the value of attribute resellerID.



520
521
522
# File 'lib/channel_advisor/order_service/types.rb', line 520

def resellerID
  @resellerID
end

#shippingInfoObject

Returns the value of attribute shippingInfo.



524
525
526
# File 'lib/channel_advisor/order_service/types.rb', line 524

def shippingInfo
  @shippingInfo
end

#shoppingCartObject

Returns the value of attribute shoppingCart.



526
527
528
# File 'lib/channel_advisor/order_service/types.rb', line 526

def shoppingCart
  @shoppingCart
end

#totalOrderAmountObject

Returns the value of attribute totalOrderAmount.



514
515
516
# File 'lib/channel_advisor/order_service/types.rb', line 514

def totalOrderAmount
  @totalOrderAmount
end