Class: ChannelAdvisor::OrderServiceSOAP::OrderLineItemRefundHistoryResponse
- Inherits:
-
RefundItem
- Object
- RefundItem
- ChannelAdvisor::OrderServiceSOAP::OrderLineItemRefundHistoryResponse
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
http://api.channeladvisor.com/datacontracts/ordersOrderLineItemRefundHistoryResponse
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
invoiceItemID - SOAP::SOAPInt
itemSaleSource - ChannelAdvisor::OrderServiceSOAP::SiteToken
refundRequestStatus - ChannelAdvisor::OrderServiceSOAP::AsyncStatusCode
refundPaymentInfo - ChannelAdvisor::OrderServiceSOAP::PaymentInfo
restockStatus - ChannelAdvisor::OrderServiceSOAP::AsyncStatusCode
refundCreateDateGMT - SOAP::SOAPDateTime
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.
-
#invoiceItemID ⇒ Object
Returns the value of attribute invoiceItemID.
-
#itemSaleSource ⇒ Object
Returns the value of attribute itemSaleSource.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#refundCreateDateGMT ⇒ Object
Returns the value of attribute refundCreateDateGMT.
-
#refundPaymentInfo ⇒ Object
Returns the value of attribute refundPaymentInfo.
-
#refundRequested ⇒ Object
Returns the value of attribute refundRequested.
-
#refundRequestID ⇒ Object
Returns the value of attribute refundRequestID.
-
#refundRequestStatus ⇒ Object
Returns the value of attribute refundRequestStatus.
-
#restockQuantity ⇒ Object
Returns the value of attribute restockQuantity.
-
#restockStatus ⇒ Object
Returns the value of attribute restockStatus.
-
#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, invoiceItemID = nil, itemSaleSource = nil, refundRequestStatus = nil, refundPaymentInfo = nil, restockStatus = nil, refundCreateDateGMT = nil) ⇒ OrderLineItemRefundHistoryResponse
constructor
A new instance of OrderLineItemRefundHistoryResponse.
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, invoiceItemID = nil, itemSaleSource = nil, refundRequestStatus = nil, refundPaymentInfo = nil, restockStatus = nil, refundCreateDateGMT = nil) ⇒ OrderLineItemRefundHistoryResponse
Returns a new instance of OrderLineItemRefundHistoryResponse.
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 |
# File 'lib/channel_advisor/order_service/types.rb', line 401 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, invoiceItemID = nil, itemSaleSource = nil, refundRequestStatus = nil, refundPaymentInfo = nil, restockStatus = nil, refundCreateDateGMT = 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 @invoiceItemID = invoiceItemID @itemSaleSource = itemSaleSource @refundRequestStatus = refundRequestStatus @refundPaymentInfo = refundPaymentInfo @restockStatus = restockStatus @refundCreateDateGMT = refundCreateDateGMT end |
Instance Attribute Details
#adjustmentReason ⇒ Object
Returns the value of attribute adjustmentReason.
392 393 394 |
# File 'lib/channel_advisor/order_service/types.rb', line 392 def adjustmentReason @adjustmentReason end |
#amount ⇒ Object
Returns the value of attribute amount.
382 383 384 |
# File 'lib/channel_advisor/order_service/types.rb', line 382 def amount @amount end |
#giftWrapAmount ⇒ Object
Returns the value of attribute giftWrapAmount.
386 387 388 |
# File 'lib/channel_advisor/order_service/types.rb', line 386 def giftWrapAmount @giftWrapAmount end |
#giftWrapTaxAmount ⇒ Object
Returns the value of attribute giftWrapTaxAmount.
387 388 389 |
# File 'lib/channel_advisor/order_service/types.rb', line 387 def giftWrapTaxAmount @giftWrapTaxAmount end |
#invoiceItemID ⇒ Object
Returns the value of attribute invoiceItemID.
394 395 396 |
# File 'lib/channel_advisor/order_service/types.rb', line 394 def invoiceItemID @invoiceItemID end |
#itemSaleSource ⇒ Object
Returns the value of attribute itemSaleSource.
395 396 397 |
# File 'lib/channel_advisor/order_service/types.rb', line 395 def itemSaleSource @itemSaleSource end |
#quantity ⇒ Object
Returns the value of attribute quantity.
388 389 390 |
# File 'lib/channel_advisor/order_service/types.rb', line 388 def quantity @quantity end |
#refundCreateDateGMT ⇒ Object
Returns the value of attribute refundCreateDateGMT.
399 400 401 |
# File 'lib/channel_advisor/order_service/types.rb', line 399 def refundCreateDateGMT @refundCreateDateGMT end |
#refundPaymentInfo ⇒ Object
Returns the value of attribute refundPaymentInfo.
397 398 399 |
# File 'lib/channel_advisor/order_service/types.rb', line 397 def refundPaymentInfo @refundPaymentInfo end |
#refundRequested ⇒ Object
Returns the value of attribute refundRequested.
390 391 392 |
# File 'lib/channel_advisor/order_service/types.rb', line 390 def refundRequested @refundRequested end |
#refundRequestID ⇒ Object
Returns the value of attribute refundRequestID.
389 390 391 |
# File 'lib/channel_advisor/order_service/types.rb', line 389 def refundRequestID @refundRequestID end |
#refundRequestStatus ⇒ Object
Returns the value of attribute refundRequestStatus.
396 397 398 |
# File 'lib/channel_advisor/order_service/types.rb', line 396 def refundRequestStatus @refundRequestStatus end |
#restockQuantity ⇒ Object
Returns the value of attribute restockQuantity.
391 392 393 |
# File 'lib/channel_advisor/order_service/types.rb', line 391 def restockQuantity @restockQuantity end |
#restockStatus ⇒ Object
Returns the value of attribute restockStatus.
398 399 400 |
# File 'lib/channel_advisor/order_service/types.rb', line 398 def restockStatus @restockStatus end |
#sellerRefundID ⇒ Object
Returns the value of attribute sellerRefundID.
393 394 395 |
# File 'lib/channel_advisor/order_service/types.rb', line 393 def sellerRefundID @sellerRefundID end |
#shippingAmount ⇒ Object
Returns the value of attribute shippingAmount.
383 384 385 |
# File 'lib/channel_advisor/order_service/types.rb', line 383 def shippingAmount @shippingAmount end |
#shippingTaxAmount ⇒ Object
Returns the value of attribute shippingTaxAmount.
384 385 386 |
# File 'lib/channel_advisor/order_service/types.rb', line 384 def shippingTaxAmount @shippingTaxAmount end |
#sKU ⇒ Object
Returns the value of attribute sKU.
381 382 383 |
# File 'lib/channel_advisor/order_service/types.rb', line 381 def sKU @sKU end |
#taxAmount ⇒ Object
Returns the value of attribute taxAmount.
385 386 387 |
# File 'lib/channel_advisor/order_service/types.rb', line 385 def taxAmount @taxAmount end |