class ActiveNetsuite::CreditMemoItem
{urn:customers_2013_2.transactions.webservices.netsuite.com}CreditMemoItem
job - ActiveNetsuite::RecordRef item - ActiveNetsuite::RecordRef orderLine - SOAP::SOAPLong line - SOAP::SOAPLong quantity - SOAP::SOAPDouble description - SOAP::SOAPString binNumbers - SOAP::SOAPString price - ActiveNetsuite::RecordRef rate - SOAP::SOAPString amount - SOAP::SOAPDouble isTaxable - SOAP::SOAPBoolean options - ActiveNetsuite::CustomFieldList taxCode - ActiveNetsuite::RecordRef taxRate1 - SOAP::SOAPDouble taxRate2 - SOAP::SOAPDouble tax1Amt - SOAP::SOAPDouble grossAmt - SOAP::SOAPDouble department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef costEstimateType - ActiveNetsuite::ItemCostEstimateType costEstimate - SOAP::SOAPDouble revRecSchedule - ActiveNetsuite::RecordRef revRecStartDate - SOAP::SOAPDateTime revRecTermInMonths - SOAP::SOAPLong revRecEndDate - SOAP::SOAPDateTime units - ActiveNetsuite::RecordRef inventoryDetail - ActiveNetsuite::InventoryDetail serialNumbers - SOAP::SOAPString deferRevRec - SOAP::SOAPBoolean giftCertFrom - SOAP::SOAPString 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
Attributes
amount[RW]
binNumbers[RW]
chargeType[RW]
chargesList[RW]
costEstimate[RW]
costEstimateType[RW]
customFieldList[RW]
deferRevRec[RW]
department[RW]
description[RW]
giftCertFrom[RW]
giftCertMessage[RW]
giftCertNumber[RW]
giftCertRecipientEmail[RW]
giftCertRecipientName[RW]
grossAmt[RW]
inventoryDetail[RW]
isTaxable[RW]
item[RW]
job[RW]
line[RW]
location[RW]
options[RW]
orderLine[RW]
price[RW]
quantity[RW]
rate[RW]
revRecEndDate[RW]
revRecSchedule[RW]
revRecStartDate[RW]
revRecTermInMonths[RW]
serialNumbers[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
units[RW]
vsoeAllocation[RW]
vsoeAmount[RW]
vsoeDeferral[RW]
vsoeDelivered[RW]
vsoeIsEstimate[RW]
vsoePermitDiscount[RW]
vsoePrice[RW]
vsoeSopGroup[RW]
Public Class Methods
new(job = nil, item = nil, orderLine = nil, line = nil, quantity = nil, description = nil, binNumbers = nil, price = nil, rate = nil, amount = nil, isTaxable = nil, options = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, department = nil, v_class = nil, location = nil, costEstimateType = nil, costEstimate = nil, revRecSchedule = nil, revRecStartDate = nil, revRecTermInMonths = nil, revRecEndDate = nil, units = nil, inventoryDetail = nil, serialNumbers = nil, deferRevRec = nil, giftCertFrom = 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)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58266 def initialize(job = nil, item = nil, orderLine = nil, line = nil, quantity = nil, description = nil, binNumbers = nil, price = nil, rate = nil, amount = nil, isTaxable = nil, options = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, department = nil, v_class = nil, location = nil, costEstimateType = nil, costEstimate = nil, revRecSchedule = nil, revRecStartDate = nil, revRecTermInMonths = nil, revRecEndDate = nil, units = nil, inventoryDetail = nil, serialNumbers = nil, deferRevRec = nil, giftCertFrom = 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 @orderLine = orderLine @line = line @quantity = quantity @description = description @binNumbers = binNumbers @price = price @rate = rate @amount = amount @isTaxable = isTaxable @options = options @taxCode = taxCode @taxRate1 = taxRate1 @taxRate2 = taxRate2 @tax1Amt = tax1Amt @grossAmt = grossAmt @department = department @v_class = v_class @location = location @costEstimateType = costEstimateType @costEstimate = costEstimate @revRecSchedule = revRecSchedule @revRecStartDate = revRecStartDate @revRecTermInMonths = revRecTermInMonths @revRecEndDate = revRecEndDate @units = units @inventoryDetail = inventoryDetail @serialNumbers = serialNumbers @deferRevRec = deferRevRec @giftCertFrom = giftCertFrom @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
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58258 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 58262 def m_class=(value) @v_class = value end