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