Method: ActiveNetsuite::CashRefundItem#initialize
- Defined in:
- lib/activenetsuite/soap/default.rb
#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, = 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 = @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 |