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

- (OrderLineItemRefundHistoryResponse) 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)

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

- (Object) adjustmentReason

Returns the value of attribute adjustmentReason



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

def adjustmentReason
  @adjustmentReason
end

- (Object) amount

Returns the value of attribute amount



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

def amount
  @amount
end

- (Object) giftWrapAmount

Returns the value of attribute giftWrapAmount



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

def giftWrapAmount
  @giftWrapAmount
end

- (Object) giftWrapTaxAmount

Returns the value of attribute giftWrapTaxAmount



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

def giftWrapTaxAmount
  @giftWrapTaxAmount
end

- (Object) invoiceItemID

Returns the value of attribute invoiceItemID



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

def invoiceItemID
  @invoiceItemID
end

- (Object) itemSaleSource

Returns the value of attribute itemSaleSource



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

def itemSaleSource
  @itemSaleSource
end

- (Object) quantity

Returns the value of attribute quantity



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

def quantity
  @quantity
end

- (Object) refundCreateDateGMT

Returns the value of attribute refundCreateDateGMT



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

def refundCreateDateGMT
  @refundCreateDateGMT
end

- (Object) refundPaymentInfo

Returns the value of attribute refundPaymentInfo



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

def refundPaymentInfo
  @refundPaymentInfo
end

- (Object) refundRequested

Returns the value of attribute refundRequested



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

def refundRequested
  @refundRequested
end

- (Object) refundRequestID

Returns the value of attribute refundRequestID



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

def refundRequestID
  @refundRequestID
end

- (Object) refundRequestStatus

Returns the value of attribute refundRequestStatus



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

def refundRequestStatus
  @refundRequestStatus
end

- (Object) restockQuantity

Returns the value of attribute restockQuantity



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

def restockQuantity
  @restockQuantity
end

- (Object) restockStatus

Returns the value of attribute restockStatus



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

def restockStatus
  @restockStatus
end

- (Object) sellerRefundID

Returns the value of attribute sellerRefundID



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

def sellerRefundID
  @sellerRefundID
end

- (Object) shippingAmount

Returns the value of attribute shippingAmount



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

def shippingAmount
  @shippingAmount
end

- (Object) shippingTaxAmount

Returns the value of attribute shippingTaxAmount



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

def shippingTaxAmount
  @shippingTaxAmount
end

- (Object) sKU

Returns the value of attribute sKU



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

def sKU
  @sKU
end

- (Object) taxAmount

Returns the value of attribute taxAmount



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

def taxAmount
  @taxAmount
end