Class: ChannelAdvisor::OrderServiceSOAP::RefundOrderResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::RefundOrderResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersRefundOrderResponse
clientOrderIdentifier - SOAP::SOAPString
orderID - SOAP::SOAPInt
refundItems - ChannelAdvisor::OrderServiceSOAP::ArrayOfRefundItem
- SOAP::SOAPInt
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
-
#message ⇒ Object
Returns the value of attribute message.
-
#messageCode ⇒ Object
Returns the value of attribute messageCode.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#refundItems ⇒ Object
Returns the value of attribute refundItems.
Instance Method Summary collapse
-
#initialize(clientOrderIdentifier = nil, orderID = nil, refundItems = nil, messageCode = nil, message = nil) ⇒ RefundOrderResponse
constructor
A new instance of RefundOrderResponse.
Constructor Details
#initialize(clientOrderIdentifier = nil, orderID = nil, refundItems = nil, messageCode = nil, message = nil) ⇒ RefundOrderResponse
Returns a new instance of RefundOrderResponse.
481 482 483 484 485 486 487 |
# File 'lib/channel_advisor/order_service/types.rb', line 481 def initialize(clientOrderIdentifier = nil, orderID = nil, refundItems = nil, = nil, = nil) @clientOrderIdentifier = clientOrderIdentifier @orderID = orderID @refundItems = refundItems @messageCode = @message = end |
Instance Attribute Details
#clientOrderIdentifier ⇒ Object
Returns the value of attribute clientOrderIdentifier.
475 476 477 |
# File 'lib/channel_advisor/order_service/types.rb', line 475 def clientOrderIdentifier @clientOrderIdentifier end |
#message ⇒ Object
Returns the value of attribute message.
479 480 481 |
# File 'lib/channel_advisor/order_service/types.rb', line 479 def @message end |
#messageCode ⇒ Object
Returns the value of attribute messageCode.
478 479 480 |
# File 'lib/channel_advisor/order_service/types.rb', line 478 def @messageCode end |
#orderID ⇒ Object
Returns the value of attribute orderID.
476 477 478 |
# File 'lib/channel_advisor/order_service/types.rb', line 476 def orderID @orderID end |
#refundItems ⇒ Object
Returns the value of attribute refundItems.
477 478 479 |
# File 'lib/channel_advisor/order_service/types.rb', line 477 def refundItems @refundItems end |