Class: ActiveNetsuite::CashRefundItem

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comCashRefundItem

job - ActiveNetsuite::RecordRef
item - ActiveNetsuite::RecordRef
line - SOAP::SOAPLong
orderLine - SOAP::SOAPLong
quantity - SOAP::SOAPDouble
units - ActiveNetsuite::RecordRef
inventoryDetail - ActiveNetsuite::InventoryDetail
binNumbers - SOAP::SOAPString
serialNumbers - SOAP::SOAPString
description - SOAP::SOAPString
price - ActiveNetsuite::RecordRef
rate - SOAP::SOAPString
amount - SOAP::SOAPDouble
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPString
taxRate2 - SOAP::SOAPString
tax1Amt - SOAP::SOAPDouble
grossAmt - SOAP::SOAPDouble
isTaxable - SOAP::SOAPBoolean
options - ActiveNetsuite::CustomFieldList
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
revRecSchedule - ActiveNetsuite::RecordRef
revRecStartDate - SOAP::SOAPDateTime
revRecEndDate - SOAP::SOAPDateTime
giftCertFrom - SOAP::SOAPString
costEstimateType - ActiveNetsuite::ItemCostEstimateType
costEstimate - SOAP::SOAPDouble
giftCertRecipientName - SOAP::SOAPString
giftCertRecipientEmail - SOAP::SOAPString
giftCertMessage - SOAP::SOAPString
giftCertNumber - SOAP::SOAPString
vsoeSopGroup - ActiveNetsuite::VsoeSopGroup
vsoeIsEstimate - SOAP::SOAPBoolean
vsoePrice - SOAP::SOAPDouble
vsoeAmount - SOAP::SOAPDouble
vsoeAllocation - SOAP::SOAPDouble
vsoeDeferral - ActiveNetsuite::VsoeDeferral
vsoePermitDiscount - ActiveNetsuite::VsoePermitDiscount
vsoeDelivered - SOAP::SOAPBoolean
chargeType - ActiveNetsuite::ChargeRuleType
chargesList - ActiveNetsuite::RecordRefList
customFieldList - ActiveNetsuite::CustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(job = nil, item = nil, line = nil, orderLine = nil, quantity = nil, units = nil, inventoryDetail = nil, binNumbers = nil, serialNumbers = nil, description = nil, price = nil, rate = nil, amount = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, isTaxable = nil, options = nil, department = nil, v_class = nil, location = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, giftCertFrom = nil, costEstimateType = nil, costEstimate = nil, giftCertRecipientName = nil, giftCertRecipientEmail = nil, giftCertMessage = nil, giftCertNumber = nil, vsoeSopGroup = nil, vsoeIsEstimate = nil, vsoePrice = nil, vsoeAmount = nil, vsoeAllocation = nil, vsoeDeferral = nil, vsoePermitDiscount = nil, vsoeDelivered = nil, chargeType = nil, chargesList = nil, customFieldList = nil) ⇒ CashRefundItem

Returns a new instance of CashRefundItem.



57518
57519
57520
57521
57522
57523
57524
57525
57526
57527
57528
57529
57530
57531
57532
57533
57534
57535
57536
57537
57538
57539
57540
57541
57542
57543
57544
57545
57546
57547
57548
57549
57550
57551
57552
57553
57554
57555
57556
57557
57558
57559
57560
57561
57562
57563
# File 'lib/activenetsuite/soap/default.rb', line 57518

def initialize(job = nil, item = nil, line = nil, orderLine = nil, quantity = nil, units = nil, inventoryDetail = nil, binNumbers = nil, serialNumbers = nil, description = nil, price = nil, rate = nil, amount = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, isTaxable = nil, options = nil, department = nil, v_class = nil, location = nil, revRecSchedule = nil, revRecStartDate = nil, revRecEndDate = nil, giftCertFrom = nil, costEstimateType = nil, costEstimate = nil, giftCertRecipientName = nil, giftCertRecipientEmail = nil, giftCertMessage = nil, giftCertNumber = nil, vsoeSopGroup = nil, vsoeIsEstimate = nil, vsoePrice = nil, vsoeAmount = nil, vsoeAllocation = nil, vsoeDeferral = nil, vsoePermitDiscount = nil, vsoeDelivered = nil, chargeType = nil, chargesList = nil, customFieldList = nil)
  @job = job
  @item = item
  @line = line
  @orderLine = orderLine
  @quantity = quantity
  @units = units
  @inventoryDetail = inventoryDetail
  @binNumbers = binNumbers
  @serialNumbers = serialNumbers
  @description = description
  @price = price
  @rate = rate
  @amount = amount
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
  @tax1Amt = tax1Amt
  @grossAmt = grossAmt
  @isTaxable = isTaxable
  @options = options
  @department = department
  @v_class = v_class
  @location = location
  @revRecSchedule = revRecSchedule
  @revRecStartDate = revRecStartDate
  @revRecEndDate = revRecEndDate
  @giftCertFrom = giftCertFrom
  @costEstimateType = costEstimateType
  @costEstimate = costEstimate
  @giftCertRecipientName = giftCertRecipientName
  @giftCertRecipientEmail = giftCertRecipientEmail
  @giftCertMessage = giftCertMessage
  @giftCertNumber = giftCertNumber
  @vsoeSopGroup = vsoeSopGroup
  @vsoeIsEstimate = vsoeIsEstimate
  @vsoePrice = vsoePrice
  @vsoeAmount = vsoeAmount
  @vsoeAllocation = vsoeAllocation
  @vsoeDeferral = vsoeDeferral
  @vsoePermitDiscount = vsoePermitDiscount
  @vsoeDelivered = vsoeDelivered
  @chargeType = chargeType
  @chargesList = chargesList
  @customFieldList = customFieldList
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



57478
57479
57480
# File 'lib/activenetsuite/soap/default.rb', line 57478

def amount
  @amount
end

#binNumbersObject

Returns the value of attribute binNumbers.



57473
57474
57475
# File 'lib/activenetsuite/soap/default.rb', line 57473

def binNumbers
  @binNumbers
end

#chargesListObject

Returns the value of attribute chargesList.



57507
57508
57509
# File 'lib/activenetsuite/soap/default.rb', line 57507

def chargesList
  @chargesList
end

#chargeTypeObject

Returns the value of attribute chargeType.



57506
57507
57508
# File 'lib/activenetsuite/soap/default.rb', line 57506

def chargeType
  @chargeType
end

#costEstimateObject

Returns the value of attribute costEstimate.



57493
57494
57495
# File 'lib/activenetsuite/soap/default.rb', line 57493

def costEstimate
  @costEstimate
end

#costEstimateTypeObject

Returns the value of attribute costEstimateType.



57492
57493
57494
# File 'lib/activenetsuite/soap/default.rb', line 57492

def costEstimateType
  @costEstimateType
end

#customFieldListObject

Returns the value of attribute customFieldList.



57508
57509
57510
# File 'lib/activenetsuite/soap/default.rb', line 57508

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



57486
57487
57488
# File 'lib/activenetsuite/soap/default.rb', line 57486

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



57475
57476
57477
# File 'lib/activenetsuite/soap/default.rb', line 57475

def description
  @description
end

#giftCertFromObject

Returns the value of attribute giftCertFrom.



57491
57492
57493
# File 'lib/activenetsuite/soap/default.rb', line 57491

def giftCertFrom
  @giftCertFrom
end

#giftCertMessageObject

Returns the value of attribute giftCertMessage.



57496
57497
57498
# File 'lib/activenetsuite/soap/default.rb', line 57496

def giftCertMessage
  @giftCertMessage
end

#giftCertNumberObject

Returns the value of attribute giftCertNumber.



57497
57498
57499
# File 'lib/activenetsuite/soap/default.rb', line 57497

def giftCertNumber
  @giftCertNumber
end

#giftCertRecipientEmailObject

Returns the value of attribute giftCertRecipientEmail.



57495
57496
57497
# File 'lib/activenetsuite/soap/default.rb', line 57495

def giftCertRecipientEmail
  @giftCertRecipientEmail
end

#giftCertRecipientNameObject

Returns the value of attribute giftCertRecipientName.



57494
57495
57496
# File 'lib/activenetsuite/soap/default.rb', line 57494

def giftCertRecipientName
  @giftCertRecipientName
end

#grossAmtObject

Returns the value of attribute grossAmt.



57483
57484
57485
# File 'lib/activenetsuite/soap/default.rb', line 57483

def grossAmt
  @grossAmt
end

#inventoryDetailObject

Returns the value of attribute inventoryDetail.



57472
57473
57474
# File 'lib/activenetsuite/soap/default.rb', line 57472

def inventoryDetail
  @inventoryDetail
end

#isTaxableObject

Returns the value of attribute isTaxable.



57484
57485
57486
# File 'lib/activenetsuite/soap/default.rb', line 57484

def isTaxable
  @isTaxable
end

#itemObject

Returns the value of attribute item.



57467
57468
57469
# File 'lib/activenetsuite/soap/default.rb', line 57467

def item
  @item
end

#jobObject

Returns the value of attribute job.



57466
57467
57468
# File 'lib/activenetsuite/soap/default.rb', line 57466

def job
  @job
end

#lineObject

Returns the value of attribute line.



57468
57469
57470
# File 'lib/activenetsuite/soap/default.rb', line 57468

def line
  @line
end

#locationObject

Returns the value of attribute location.



57487
57488
57489
# File 'lib/activenetsuite/soap/default.rb', line 57487

def location
  @location
end

#optionsObject

Returns the value of attribute options.



57485
57486
57487
# File 'lib/activenetsuite/soap/default.rb', line 57485

def options
  @options
end

#orderLineObject

Returns the value of attribute orderLine.



57469
57470
57471
# File 'lib/activenetsuite/soap/default.rb', line 57469

def orderLine
  @orderLine
end

#priceObject

Returns the value of attribute price.



57476
57477
57478
# File 'lib/activenetsuite/soap/default.rb', line 57476

def price
  @price
end

#quantityObject

Returns the value of attribute quantity.



57470
57471
57472
# File 'lib/activenetsuite/soap/default.rb', line 57470

def quantity
  @quantity
end

#rateObject

Returns the value of attribute rate.



57477
57478
57479
# File 'lib/activenetsuite/soap/default.rb', line 57477

def rate
  @rate
end

#revRecEndDateObject

Returns the value of attribute revRecEndDate.



57490
57491
57492
# File 'lib/activenetsuite/soap/default.rb', line 57490

def revRecEndDate
  @revRecEndDate
end

#revRecScheduleObject

Returns the value of attribute revRecSchedule.



57488
57489
57490
# File 'lib/activenetsuite/soap/default.rb', line 57488

def revRecSchedule
  @revRecSchedule
end

#revRecStartDateObject

Returns the value of attribute revRecStartDate.



57489
57490
57491
# File 'lib/activenetsuite/soap/default.rb', line 57489

def revRecStartDate
  @revRecStartDate
end

#serialNumbersObject

Returns the value of attribute serialNumbers.



57474
57475
57476
# File 'lib/activenetsuite/soap/default.rb', line 57474

def serialNumbers
  @serialNumbers
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



57482
57483
57484
# File 'lib/activenetsuite/soap/default.rb', line 57482

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



57479
57480
57481
# File 'lib/activenetsuite/soap/default.rb', line 57479

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



57480
57481
57482
# File 'lib/activenetsuite/soap/default.rb', line 57480

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



57481
57482
57483
# File 'lib/activenetsuite/soap/default.rb', line 57481

def taxRate2
  @taxRate2
end

#unitsObject

Returns the value of attribute units.



57471
57472
57473
# File 'lib/activenetsuite/soap/default.rb', line 57471

def units
  @units
end

#vsoeAllocationObject

Returns the value of attribute vsoeAllocation.



57502
57503
57504
# File 'lib/activenetsuite/soap/default.rb', line 57502

def vsoeAllocation
  @vsoeAllocation
end

#vsoeAmountObject

Returns the value of attribute vsoeAmount.



57501
57502
57503
# File 'lib/activenetsuite/soap/default.rb', line 57501

def vsoeAmount
  @vsoeAmount
end

#vsoeDeferralObject

Returns the value of attribute vsoeDeferral.



57503
57504
57505
# File 'lib/activenetsuite/soap/default.rb', line 57503

def vsoeDeferral
  @vsoeDeferral
end

#vsoeDeliveredObject

Returns the value of attribute vsoeDelivered.



57505
57506
57507
# File 'lib/activenetsuite/soap/default.rb', line 57505

def vsoeDelivered
  @vsoeDelivered
end

#vsoeIsEstimateObject

Returns the value of attribute vsoeIsEstimate.



57499
57500
57501
# File 'lib/activenetsuite/soap/default.rb', line 57499

def vsoeIsEstimate
  @vsoeIsEstimate
end

#vsoePermitDiscountObject

Returns the value of attribute vsoePermitDiscount.



57504
57505
57506
# File 'lib/activenetsuite/soap/default.rb', line 57504

def vsoePermitDiscount
  @vsoePermitDiscount
end

#vsoePriceObject

Returns the value of attribute vsoePrice.



57500
57501
57502
# File 'lib/activenetsuite/soap/default.rb', line 57500

def vsoePrice
  @vsoePrice
end

#vsoeSopGroupObject

Returns the value of attribute vsoeSopGroup.



57498
57499
57500
# File 'lib/activenetsuite/soap/default.rb', line 57498

def vsoeSopGroup
  @vsoeSopGroup
end

Instance Method Details

#m_classObject



57510
57511
57512
# File 'lib/activenetsuite/soap/default.rb', line 57510

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



57514
57515
57516
# File 'lib/activenetsuite/soap/default.rb', line 57514

def m_class=(value)
  @v_class = value
end