Class: ChannelAdvisor::OrderServiceSOAP::GetOrderRefundHistory

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

Overview

/GetOrderRefundHistory

accountID - SOAP::SOAPString
orderID - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, orderID = nil) ⇒ GetOrderRefundHistory

Returns a new instance of GetOrderRefundHistory.



1879
1880
1881
1882
# File 'lib/channel_advisor/order_service/types.rb', line 1879

def initialize(accountID = nil, orderID = nil)
  @accountID = accountID
  @orderID = orderID
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1876
1877
1878
# File 'lib/channel_advisor/order_service/types.rb', line 1876

def accountID
  @accountID
end

#orderIDObject

Returns the value of attribute orderID.



1877
1878
1879
# File 'lib/channel_advisor/order_service/types.rb', line 1877

def orderID
  @orderID
end