class ActiveNetsuite::VendorBillExpense
{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorBillExpense
orderDoc - SOAP::SOAPLong orderLine - SOAP::SOAPLong line - SOAP::SOAPLong category - ActiveNetsuite::RecordRef account - ActiveNetsuite::RecordRef amount - SOAP::SOAPDouble tax1Amt - SOAP::SOAPDouble memo - SOAP::SOAPString grossAmt - SOAP::SOAPDouble department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef customer - ActiveNetsuite::RecordRef isBillable - SOAP::SOAPBoolean taxCode - ActiveNetsuite::RecordRef taxRate1 - SOAP::SOAPDouble taxRate2 - SOAP::SOAPDouble amortizationSched - ActiveNetsuite::RecordRef amortizStartDate - SOAP::SOAPDateTime amortizationEndDate - SOAP::SOAPDateTime amortizationResidual - SOAP::SOAPString customFieldList - ActiveNetsuite::CustomFieldList
Attributes
account[RW]
amortizStartDate[RW]
amortizationEndDate[RW]
amortizationResidual[RW]
amortizationSched[RW]
amount[RW]
category[RW]
customFieldList[RW]
customer[RW]
department[RW]
grossAmt[RW]
isBillable[RW]
line[RW]
location[RW]
memo[RW]
orderDoc[RW]
orderLine[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]
Public Class Methods
new(orderDoc = nil, orderLine = nil, line = nil, category = nil, account = nil, amount = nil, tax1Amt = nil, memo = nil, grossAmt = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, amortizationSched = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56176 def initialize(orderDoc = nil, orderLine = nil, line = nil, category = nil, account = nil, amount = nil, tax1Amt = nil, memo = nil, grossAmt = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, amortizationSched = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, customFieldList = nil) @orderDoc = orderDoc @orderLine = orderLine @line = line @category = category @account = account @amount = amount @tax1Amt = tax1Amt @memo = memo @grossAmt = grossAmt @department = department @v_class = v_class @location = location @customer = customer @isBillable = isBillable @taxCode = taxCode @taxRate1 = taxRate1 @taxRate2 = taxRate2 @amortizationSched = amortizationSched @amortizStartDate = amortizStartDate @amortizationEndDate = amortizationEndDate @amortizationResidual = amortizationResidual @customFieldList = customFieldList end
Public Instance Methods
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56168 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56172 def m_class=(value) @v_class = value end