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.
260 261 262 263 264 265 266 |
# File 'lib/channel_advisor/order_service/types.rb', line 260 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.
254 255 256 |
# File 'lib/channel_advisor/order_service/types.rb', line 254 def clientOrderIdentifier @clientOrderIdentifier end |
#message ⇒ Object
Returns the value of attribute message.
258 259 260 |
# File 'lib/channel_advisor/order_service/types.rb', line 258 def @message end |
#messageCode ⇒ Object
Returns the value of attribute messageCode.
257 258 259 |
# File 'lib/channel_advisor/order_service/types.rb', line 257 def @messageCode end |
#orderID ⇒ Object
Returns the value of attribute orderID.
255 256 257 |
# File 'lib/channel_advisor/order_service/types.rb', line 255 def orderID @orderID end |
#refundItems ⇒ Object
Returns the value of attribute refundItems.
256 257 258 |
# File 'lib/channel_advisor/order_service/types.rb', line 256 def refundItems @refundItems end |