Class: ChannelAdvisor::OrderServiceSOAP::RefundItem
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::RefundItem
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersRefundItem
sKU - SOAP::SOAPString
amount - SOAP::SOAPDecimal
shippingAmount - SOAP::SOAPDecimal
shippingTaxAmount - SOAP::SOAPDecimal
taxAmount - SOAP::SOAPDecimal
giftWrapAmount - SOAP::SOAPDecimal
giftWrapTaxAmount - SOAP::SOAPDecimal
quantity - SOAP::SOAPInt
refundRequestID - SOAP::SOAPInt
refundRequested - SOAP::SOAPBoolean
restockQuantity - SOAP::SOAPBoolean
adjustmentReason - ChannelAdvisor::OrderServiceSOAP::RefundAdjustmentReason
sellerRefundID - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adjustmentReason ⇒ Object
Returns the value of attribute adjustmentReason.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#giftWrapAmount ⇒ Object
Returns the value of attribute giftWrapAmount.
-
#giftWrapTaxAmount ⇒ Object
Returns the value of attribute giftWrapTaxAmount.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#refundRequested ⇒ Object
Returns the value of attribute refundRequested.
-
#refundRequestID ⇒ Object
Returns the value of attribute refundRequestID.
-
#restockQuantity ⇒ Object
Returns the value of attribute restockQuantity.
-
#sellerRefundID ⇒ Object
Returns the value of attribute sellerRefundID.
-
#shippingAmount ⇒ Object
Returns the value of attribute shippingAmount.
-
#shippingTaxAmount ⇒ Object
Returns the value of attribute shippingTaxAmount.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#taxAmount ⇒ Object
Returns the value of attribute taxAmount.
Instance Method Summary collapse
-
#initialize(sKU = nil, amount = nil, shippingAmount = nil, shippingTaxAmount = nil, taxAmount = nil, giftWrapAmount = nil, giftWrapTaxAmount = nil, quantity = nil, refundRequestID = nil, refundRequested = nil, restockQuantity = nil, adjustmentReason = nil, sellerRefundID = nil) ⇒ RefundItem
constructor
A new instance of RefundItem.
Constructor Details
#initialize(sKU = nil, amount = nil, shippingAmount = nil, shippingTaxAmount = nil, taxAmount = nil, giftWrapAmount = nil, giftWrapTaxAmount = nil, quantity = nil, refundRequestID = nil, refundRequested = nil, restockQuantity = nil, adjustmentReason = nil, sellerRefundID = nil) ⇒ RefundItem
Returns a new instance of RefundItem.
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'lib/channel_advisor/order_service/types.rb', line 343 def initialize(sKU = nil, amount = nil, shippingAmount = nil, shippingTaxAmount = nil, taxAmount = nil, giftWrapAmount = nil, giftWrapTaxAmount = nil, quantity = nil, refundRequestID = nil, refundRequested = nil, restockQuantity = nil, adjustmentReason = nil, sellerRefundID = nil) @sKU = sKU @amount = amount @shippingAmount = shippingAmount @shippingTaxAmount = shippingTaxAmount @taxAmount = taxAmount @giftWrapAmount = giftWrapAmount @giftWrapTaxAmount = giftWrapTaxAmount @quantity = quantity @refundRequestID = refundRequestID @refundRequested = refundRequested @restockQuantity = restockQuantity @adjustmentReason = adjustmentReason @sellerRefundID = sellerRefundID end |
Instance Attribute Details
#adjustmentReason ⇒ Object
Returns the value of attribute adjustmentReason.
340 341 342 |
# File 'lib/channel_advisor/order_service/types.rb', line 340 def adjustmentReason @adjustmentReason end |
#amount ⇒ Object
Returns the value of attribute amount.
330 331 332 |
# File 'lib/channel_advisor/order_service/types.rb', line 330 def amount @amount end |
#giftWrapAmount ⇒ Object
Returns the value of attribute giftWrapAmount.
334 335 336 |
# File 'lib/channel_advisor/order_service/types.rb', line 334 def giftWrapAmount @giftWrapAmount end |
#giftWrapTaxAmount ⇒ Object
Returns the value of attribute giftWrapTaxAmount.
335 336 337 |
# File 'lib/channel_advisor/order_service/types.rb', line 335 def giftWrapTaxAmount @giftWrapTaxAmount end |
#quantity ⇒ Object
Returns the value of attribute quantity.
336 337 338 |
# File 'lib/channel_advisor/order_service/types.rb', line 336 def quantity @quantity end |
#refundRequested ⇒ Object
Returns the value of attribute refundRequested.
338 339 340 |
# File 'lib/channel_advisor/order_service/types.rb', line 338 def refundRequested @refundRequested end |
#refundRequestID ⇒ Object
Returns the value of attribute refundRequestID.
337 338 339 |
# File 'lib/channel_advisor/order_service/types.rb', line 337 def refundRequestID @refundRequestID end |
#restockQuantity ⇒ Object
Returns the value of attribute restockQuantity.
339 340 341 |
# File 'lib/channel_advisor/order_service/types.rb', line 339 def restockQuantity @restockQuantity end |
#sellerRefundID ⇒ Object
Returns the value of attribute sellerRefundID.
341 342 343 |
# File 'lib/channel_advisor/order_service/types.rb', line 341 def sellerRefundID @sellerRefundID end |
#shippingAmount ⇒ Object
Returns the value of attribute shippingAmount.
331 332 333 |
# File 'lib/channel_advisor/order_service/types.rb', line 331 def shippingAmount @shippingAmount end |
#shippingTaxAmount ⇒ Object
Returns the value of attribute shippingTaxAmount.
332 333 334 |
# File 'lib/channel_advisor/order_service/types.rb', line 332 def shippingTaxAmount @shippingTaxAmount end |
#sKU ⇒ Object
Returns the value of attribute sKU.
329 330 331 |
# File 'lib/channel_advisor/order_service/types.rb', line 329 def sKU @sKU end |
#taxAmount ⇒ Object
Returns the value of attribute taxAmount.
333 334 335 |
# File 'lib/channel_advisor/order_service/types.rb', line 333 def taxAmount @taxAmount end |