Class: ChannelAdvisor::OrderServiceSOAP::GetOrderRefundHistoryResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

/GetOrderRefundHistoryResponse

getOrderRefundHistoryResult - ChannelAdvisor::OrderServiceSOAP::APIResultOfOrderRefundHistoryResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#getOrderRefundHistoryResultObject

Returns the value of attribute getOrderRefundHistoryResult.



1888
1889
1890
# File 'lib/channel_advisor/order_service/types.rb', line 1888

def getOrderRefundHistoryResult
  @getOrderRefundHistoryResult
end