Class: ChannelAdvisor::OrderServiceSOAP::OrderSubmit
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersOrderSubmit
orderTimeGMT - SOAP::SOAPDateTime
clientOrderIdentifier - SOAP::SOAPString
orderStatus - ChannelAdvisor::OrderServiceSOAP::OrderStatus
buyerEmailAddress - SOAP::SOAPString
emailOptIn - SOAP::SOAPBoolean
resellerID - SOAP::SOAPString
billingInfo - ChannelAdvisor::OrderServiceSOAP::BillingInfo
paymentInfo - ChannelAdvisor::OrderServiceSOAP::PaymentInfo
shoppingCart - ChannelAdvisor::OrderServiceSOAP::OrderCart
customValueList - ChannelAdvisor::OrderServiceSOAP::ArrayOfCustomValue
shippingInfo - ChannelAdvisor::OrderServiceSOAP::ShippingInfoSubmit
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.
-
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
-
#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.
Instance Method Summary collapse
-
#initialize(orderTimeGMT = nil, clientOrderIdentifier = nil, orderStatus = nil, buyerEmailAddress = nil, emailOptIn = nil, resellerID = nil, billingInfo = nil, paymentInfo = nil, shoppingCart = nil, customValueList = nil, shippingInfo = nil) ⇒ OrderSubmit
constructor
A new instance of OrderSubmit.
Constructor Details
#initialize(orderTimeGMT = nil, clientOrderIdentifier = nil, orderStatus = nil, buyerEmailAddress = nil, emailOptIn = nil, resellerID = nil, billingInfo = nil, paymentInfo = nil, shoppingCart = nil, customValueList = nil, shippingInfo = nil) ⇒ OrderSubmit
Returns a new instance of OrderSubmit.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 |
# File 'lib/channel_advisor/order_service/types.rb', line 1502 def initialize(orderTimeGMT = nil, clientOrderIdentifier = nil, orderStatus = nil, buyerEmailAddress = nil, emailOptIn = nil, resellerID = nil, billingInfo = nil, paymentInfo = nil, shoppingCart = nil, customValueList = nil, shippingInfo = nil) @orderTimeGMT = orderTimeGMT @clientOrderIdentifier = clientOrderIdentifier @orderStatus = orderStatus @buyerEmailAddress = buyerEmailAddress @emailOptIn = emailOptIn @resellerID = resellerID @billingInfo = billingInfo @paymentInfo = paymentInfo @shoppingCart = shoppingCart @customValueList = customValueList @shippingInfo = shippingInfo end |
Instance Attribute Details
#billingInfo ⇒ Object
Returns the value of attribute billingInfo.
1496 1497 1498 |
# File 'lib/channel_advisor/order_service/types.rb', line 1496 def billingInfo @billingInfo end |
#buyerEmailAddress ⇒ Object
Returns the value of attribute buyerEmailAddress.
1493 1494 1495 |
# File 'lib/channel_advisor/order_service/types.rb', line 1493 def buyerEmailAddress @buyerEmailAddress end |
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
1491 1492 1493 |
# File 'lib/channel_advisor/order_service/types.rb', line 1491 def clientOrderIdentifier @clientOrderIdentifier end |
#customValueList ⇒ Object
Returns the value of attribute customValueList.
1499 1500 1501 |
# File 'lib/channel_advisor/order_service/types.rb', line 1499 def customValueList @customValueList end |
#emailOptIn ⇒ Object
Returns the value of attribute emailOptIn.
1494 1495 1496 |
# File 'lib/channel_advisor/order_service/types.rb', line 1494 def emailOptIn @emailOptIn end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
1492 1493 1494 |
# File 'lib/channel_advisor/order_service/types.rb', line 1492 def orderStatus @orderStatus end |
#orderTimeGMT ⇒ Object
Returns the value of attribute orderTimeGMT.
1490 1491 1492 |
# File 'lib/channel_advisor/order_service/types.rb', line 1490 def orderTimeGMT @orderTimeGMT end |
#paymentInfo ⇒ Object
Returns the value of attribute paymentInfo.
1497 1498 1499 |
# File 'lib/channel_advisor/order_service/types.rb', line 1497 def paymentInfo @paymentInfo end |
#resellerID ⇒ Object
Returns the value of attribute resellerID.
1495 1496 1497 |
# File 'lib/channel_advisor/order_service/types.rb', line 1495 def resellerID @resellerID end |
#shippingInfo ⇒ Object
Returns the value of attribute shippingInfo.
1500 1501 1502 |
# File 'lib/channel_advisor/order_service/types.rb', line 1500 def shippingInfo @shippingInfo end |
#shoppingCart ⇒ Object
Returns the value of attribute shoppingCart.
1498 1499 1500 |
# File 'lib/channel_advisor/order_service/types.rb', line 1498 def shoppingCart @shoppingCart end |