Class: ChannelAdvisor::OrderServiceSOAP::SubmitAmazonFullRefund

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

Overview

/SubmitAmazonFullRefund

accountID - SOAP::SOAPString
orderID - SOAP::SOAPString
reason - ChannelAdvisor::OrderServiceSOAP::RefundAdjustmentReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, orderID = nil, reason = nil) ⇒ SubmitAmazonFullRefund

Returns a new instance of SubmitAmazonFullRefund.



1359
1360
1361
1362
1363
# File 'lib/channel_advisor/order_service/types.rb', line 1359

def initialize(accountID = nil, orderID = nil, reason = nil)
  @accountID = accountID
  @orderID = orderID
  @reason = reason
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1355
1356
1357
# File 'lib/channel_advisor/order_service/types.rb', line 1355

def accountID
  @accountID
end

#orderIDObject

Returns the value of attribute orderID.



1356
1357
1358
# File 'lib/channel_advisor/order_service/types.rb', line 1356

def orderID
  @orderID
end

#reasonObject

Returns the value of attribute reason.



1357
1358
1359
# File 'lib/channel_advisor/order_service/types.rb', line 1357

def reason
  @reason
end