Class: ChannelAdvisor::OrderServiceSOAP::SubmitOrderRefund
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SubmitOrderRefund
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/webservices/SubmitOrderRefund
accountID - SOAP::SOAPString
request - ChannelAdvisor::OrderServiceSOAP::RefundOrderRequest
Instance Attribute Summary (collapse)
-
- (Object) accountID
Returns the value of attribute accountID.
-
- (Object) request
Returns the value of attribute request.
Instance Method Summary (collapse)
-
- (SubmitOrderRefund) initialize(accountID = nil, request = nil)
constructor
A new instance of SubmitOrderRefund.
Constructor Details
- (SubmitOrderRefund) initialize(accountID = nil, request = nil)
A new instance of SubmitOrderRefund
1755 1756 1757 1758 |
# File 'lib/channel_advisor/order_service/types.rb', line 1755 def initialize(accountID = nil, request = nil) @accountID = accountID @request = request end |
Instance Attribute Details
- (Object) accountID
Returns the value of attribute accountID
1752 1753 1754 |
# File 'lib/channel_advisor/order_service/types.rb', line 1752 def accountID @accountID end |
- (Object) request
Returns the value of attribute request
1753 1754 1755 |
# File 'lib/channel_advisor/order_service/types.rb', line 1753 def request @request end |