Class: ChannelAdvisor::OrderServiceSOAP::SubmitAmazonPartialRefund

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

/SubmitAmazonPartialRefund

accountID - SOAP::SOAPString
request - ChannelAdvisor::OrderServiceSOAP::RefundItemRequest

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



1406
1407
1408
# File 'lib/channel_advisor/order_service/types.rb', line 1406

def accountID
  @accountID
end

#requestObject

Returns the value of attribute request.



1407
1408
1409
# File 'lib/channel_advisor/order_service/types.rb', line 1407

def request
  @request
end