Class: ChannelAdvisor::OrderServiceSOAP::OrderLineItemRefundHistoryResponse

Inherits:
RefundItem
  • Object
show all
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

Instance Method Summary collapse

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

#adjustmentReasonObject

Returns the value of attribute adjustmentReason.



392
393
394
# File 'lib/channel_advisor/order_service/types.rb', line 392

def adjustmentReason
  @adjustmentReason
end

#amountObject

Returns the value of attribute amount.



382
383
384
# File 'lib/channel_advisor/order_service/types.rb', line 382

def amount
  @amount
end

#giftWrapAmountObject

Returns the value of attribute giftWrapAmount.



386
387
388
# File 'lib/channel_advisor/order_service/types.rb', line 386

def giftWrapAmount
  @giftWrapAmount
end

#giftWrapTaxAmountObject

Returns the value of attribute giftWrapTaxAmount.



387
388
389
# File 'lib/channel_advisor/order_service/types.rb', line 387

def giftWrapTaxAmount
  @giftWrapTaxAmount
end

#invoiceItemIDObject

Returns the value of attribute invoiceItemID.



394
395
396
# File 'lib/channel_advisor/order_service/types.rb', line 394

def invoiceItemID
  @invoiceItemID
end

#itemSaleSourceObject

Returns the value of attribute itemSaleSource.



395
396
397
# File 'lib/channel_advisor/order_service/types.rb', line 395

def itemSaleSource
  @itemSaleSource
end

#quantityObject

Returns the value of attribute quantity.



388
389
390
# File 'lib/channel_advisor/order_service/types.rb', line 388

def quantity
  @quantity
end

#refundCreateDateGMTObject

Returns the value of attribute refundCreateDateGMT.



399
400
401
# File 'lib/channel_advisor/order_service/types.rb', line 399

def refundCreateDateGMT
  @refundCreateDateGMT
end

#refundPaymentInfoObject

Returns the value of attribute refundPaymentInfo.



397
398
399
# File 'lib/channel_advisor/order_service/types.rb', line 397

def refundPaymentInfo
  @refundPaymentInfo
end

#refundRequestedObject

Returns the value of attribute refundRequested.



390
391
392
# File 'lib/channel_advisor/order_service/types.rb', line 390

def refundRequested
  @refundRequested
end

#refundRequestIDObject

Returns the value of attribute refundRequestID.



389
390
391
# File 'lib/channel_advisor/order_service/types.rb', line 389

def refundRequestID
  @refundRequestID
end

#refundRequestStatusObject

Returns the value of attribute refundRequestStatus.



396
397
398
# File 'lib/channel_advisor/order_service/types.rb', line 396

def refundRequestStatus
  @refundRequestStatus
end

#restockQuantityObject

Returns the value of attribute restockQuantity.



391
392
393
# File 'lib/channel_advisor/order_service/types.rb', line 391

def restockQuantity
  @restockQuantity
end

#restockStatusObject

Returns the value of attribute restockStatus.



398
399
400
# File 'lib/channel_advisor/order_service/types.rb', line 398

def restockStatus
  @restockStatus
end

#sellerRefundIDObject

Returns the value of attribute sellerRefundID.



393
394
395
# File 'lib/channel_advisor/order_service/types.rb', line 393

def sellerRefundID
  @sellerRefundID
end

#shippingAmountObject

Returns the value of attribute shippingAmount.



383
384
385
# File 'lib/channel_advisor/order_service/types.rb', line 383

def shippingAmount
  @shippingAmount
end

#shippingTaxAmountObject

Returns the value of attribute shippingTaxAmount.



384
385
386
# File 'lib/channel_advisor/order_service/types.rb', line 384

def shippingTaxAmount
  @shippingTaxAmount
end

#sKUObject

Returns the value of attribute sKU.



381
382
383
# File 'lib/channel_advisor/order_service/types.rb', line 381

def sKU
  @sKU
end

#taxAmountObject

Returns the value of attribute taxAmount.



385
386
387
# File 'lib/channel_advisor/order_service/types.rb', line 385

def taxAmount
  @taxAmount
end