Class: ChannelAdvisor::OrderServiceSOAP::OrderStatusUpdateSubmit
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::OrderStatusUpdateSubmit
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/OrderStatusUpdateSubmit
checkoutPaymentStatus - ChannelAdvisor::OrderServiceSOAP::CheckoutPaymentStatusCode
shippingStatus - ChannelAdvisor::OrderServiceSOAP::ShippingStatusCode
Instance Attribute Summary collapse
-
#checkoutPaymentStatus ⇒ Object
Returns the value of attribute checkoutPaymentStatus.
-
#shippingStatus ⇒ Object
Returns the value of attribute shippingStatus.
Instance Method Summary collapse
-
#initialize(checkoutPaymentStatus = nil, shippingStatus = nil) ⇒ OrderStatusUpdateSubmit
constructor
A new instance of OrderStatusUpdateSubmit.
Constructor Details
#initialize(checkoutPaymentStatus = nil, shippingStatus = nil) ⇒ OrderStatusUpdateSubmit
Returns a new instance of OrderStatusUpdateSubmit.
212 213 214 215 |
# File 'lib/channel_advisor/order_service/types.rb', line 212 def initialize(checkoutPaymentStatus = nil, shippingStatus = nil) @checkoutPaymentStatus = checkoutPaymentStatus @shippingStatus = shippingStatus end |
Instance Attribute Details
#checkoutPaymentStatus ⇒ Object
Returns the value of attribute checkoutPaymentStatus.
209 210 211 |
# File 'lib/channel_advisor/order_service/types.rb', line 209 def checkoutPaymentStatus @checkoutPaymentStatus end |
#shippingStatus ⇒ Object
Returns the value of attribute shippingStatus.
210 211 212 |
# File 'lib/channel_advisor/order_service/types.rb', line 210 def shippingStatus @shippingStatus end |