Class: ChannelAdvisor::OrderServiceSOAP::SubmitOrderRefund
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SubmitOrderRefund
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/SubmitOrderRefund
accountID - SOAP::SOAPString
request - ChannelAdvisor::OrderServiceSOAP::RefundOrderRequest
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Method Summary collapse
-
#initialize(accountID = nil, request = nil) ⇒ SubmitOrderRefund
constructor
A new instance of SubmitOrderRefund.
Constructor Details
#initialize(accountID = nil, request = nil) ⇒ SubmitOrderRefund
Returns 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
#accountID ⇒ Object
Returns the value of attribute accountID.
1752 1753 1754 |
# File 'lib/channel_advisor/order_service/types.rb', line 1752 def accountID @accountID end |
#request ⇒ Object
Returns the value of attribute request.
1753 1754 1755 |
# File 'lib/channel_advisor/order_service/types.rb', line 1753 def request @request end |