Class: ChannelAdvisor::OrderServiceSOAP::GetOrderRefundHistory
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::GetOrderRefundHistory
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/GetOrderRefundHistory
accountID - SOAP::SOAPString
orderID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
Instance Method Summary collapse
-
#initialize(accountID = nil, orderID = nil) ⇒ GetOrderRefundHistory
constructor
A new instance of GetOrderRefundHistory.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1876 1877 1878 |
# File 'lib/channel_advisor/order_service/types.rb', line 1876 def accountID @accountID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
1877 1878 1879 |
# File 'lib/channel_advisor/order_service/types.rb', line 1877 def orderID @orderID end |