Class: ChannelAdvisor::OrderServiceSOAP::GetOrderRefundHistoryResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::GetOrderRefundHistoryResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/GetOrderRefundHistoryResponse
getOrderRefundHistoryResult - ChannelAdvisor::OrderServiceSOAP::APIResultOfOrderRefundHistoryResponse
Instance Attribute Summary collapse
-
#getOrderRefundHistoryResult ⇒ Object
Returns the value of attribute getOrderRefundHistoryResult.
Instance Method Summary collapse
-
#initialize(getOrderRefundHistoryResult = nil) ⇒ GetOrderRefundHistoryResponse
constructor
A new instance of GetOrderRefundHistoryResponse.
Constructor Details
#initialize(getOrderRefundHistoryResult = nil) ⇒ GetOrderRefundHistoryResponse
Returns a new instance of GetOrderRefundHistoryResponse.
1890 1891 1892 |
# File 'lib/channel_advisor/order_service/types.rb', line 1890 def initialize(getOrderRefundHistoryResult = nil) @getOrderRefundHistoryResult = getOrderRefundHistoryResult end |
Instance Attribute Details
#getOrderRefundHistoryResult ⇒ Object
Returns the value of attribute getOrderRefundHistoryResult.
1888 1889 1890 |
# File 'lib/channel_advisor/order_service/types.rb', line 1888 def getOrderRefundHistoryResult @getOrderRefundHistoryResult end |