Class: ChannelAdvisor::OrderServiceSOAP::SubmitAmazonFullRefund
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::SubmitAmazonFullRefund
- 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
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(accountID = nil, orderID = nil, reason = nil) ⇒ SubmitAmazonFullRefund
constructor
A new instance of SubmitAmazonFullRefund.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1355 1356 1357 |
# File 'lib/channel_advisor/order_service/types.rb', line 1355 def accountID @accountID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
1356 1357 1358 |
# File 'lib/channel_advisor/order_service/types.rb', line 1356 def orderID @orderID end |
#reason ⇒ Object
Returns the value of attribute reason.
1357 1358 1359 |
# File 'lib/channel_advisor/order_service/types.rb', line 1357 def reason @reason end |