Class: ChannelAdvisor::OrderServiceSOAP::SubmitAmazonPartialRefund
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SubmitAmazonPartialRefund
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/SubmitAmazonPartialRefund
accountID - SOAP::SOAPString
request - ChannelAdvisor::OrderServiceSOAP::RefundItemRequest
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) ⇒ SubmitAmazonPartialRefund
constructor
A new instance of SubmitAmazonPartialRefund.
Constructor Details
#initialize(accountID = nil, request = nil) ⇒ SubmitAmazonPartialRefund
Returns a new instance of SubmitAmazonPartialRefund.
1409 1410 1411 1412 |
# File 'lib/channel_advisor/order_service/types.rb', line 1409 def initialize(accountID = nil, request = nil) @accountID = accountID @request = request end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1406 1407 1408 |
# File 'lib/channel_advisor/order_service/types.rb', line 1406 def accountID @accountID end |
#request ⇒ Object
Returns the value of attribute request.
1407 1408 1409 |
# File 'lib/channel_advisor/order_service/types.rb', line 1407 def request @request end |