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.
1432 1433 1434 1435 |
# File 'lib/channel_advisor/order_service/types.rb', line 1432 def initialize(accountID = nil, request = nil) @accountID = accountID @request = request end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1429 1430 1431 |
# File 'lib/channel_advisor/order_service/types.rb', line 1429 def accountID @accountID end |
#request ⇒ Object
Returns the value of attribute request.
1430 1431 1432 |
# File 'lib/channel_advisor/order_service/types.rb', line 1430 def request @request end |