Class: ChannelAdvisor::OrderServiceSOAP::SubmitAmazonFullRefundResponse

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

Overview

/SubmitAmazonFullRefundResponse

submitAmazonFullRefundResult - ChannelAdvisor::OrderServiceSOAP::APIResultOfRefundItemResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(submitAmazonFullRefundResult = nil) ⇒ SubmitAmazonFullRefundResponse

Returns a new instance of SubmitAmazonFullRefundResponse.



1371
1372
1373
# File 'lib/channel_advisor/order_service/types.rb', line 1371

def initialize(submitAmazonFullRefundResult = nil)
  @submitAmazonFullRefundResult = submitAmazonFullRefundResult
end

Instance Attribute Details

#submitAmazonFullRefundResultObject

Returns the value of attribute submitAmazonFullRefundResult.



1369
1370
1371
# File 'lib/channel_advisor/order_service/types.rb', line 1369

def submitAmazonFullRefundResult
  @submitAmazonFullRefundResult
end