Class: ChannelAdvisor::OrderServiceSOAP::SubmitAmazonFullRefundResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SubmitAmazonFullRefundResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/SubmitAmazonFullRefundResponse
submitAmazonFullRefundResult - ChannelAdvisor::OrderServiceSOAP::APIResultOfRefundItemResponse
Instance Attribute Summary collapse
-
#submitAmazonFullRefundResult ⇒ Object
Returns the value of attribute submitAmazonFullRefundResult.
Instance Method Summary collapse
-
#initialize(submitAmazonFullRefundResult = nil) ⇒ SubmitAmazonFullRefundResponse
constructor
A new instance of SubmitAmazonFullRefundResponse.
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
#submitAmazonFullRefundResult ⇒ Object
Returns the value of attribute submitAmazonFullRefundResult.
1369 1370 1371 |
# File 'lib/channel_advisor/order_service/types.rb', line 1369 def submitAmazonFullRefundResult @submitAmazonFullRefundResult end |