class ActiveNetsuite::VendorReturnAuthorizationExpense

{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorReturnAuthorizationExpense

orderLine - SOAP::SOAPLong
line - SOAP::SOAPLong
category - ActiveNetsuite::RecordRef
account - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
taxCode - ActiveNetsuite::RecordRef
taxRate1 - SOAP::SOAPDouble
taxRate2 - SOAP::SOAPDouble
tax1Amt - SOAP::SOAPDouble
grossAmt - SOAP::SOAPDouble
memo - SOAP::SOAPString
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
customer - ActiveNetsuite::RecordRef
isBillable - SOAP::SOAPBoolean
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]
orderLine[RW]
tax1Amt[RW]
taxCode[RW]
taxRate1[RW]
taxRate2[RW]

Public Class Methods

new(orderLine = nil, line = nil, category = nil, account = nil, amount = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, memo = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, amortizationSched = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57239
def initialize(orderLine = nil, line = nil, category = nil, account = nil, amount = nil, taxCode = nil, taxRate1 = nil, taxRate2 = nil, tax1Amt = nil, grossAmt = nil, memo = nil, department = nil, v_class = nil, location = nil, customer = nil, isBillable = nil, amortizationSched = nil, amortizStartDate = nil, amortizationEndDate = nil, amortizationResidual = nil, customFieldList = nil)
  @orderLine = orderLine
  @line = line
  @category = category
  @account = account
  @amount = amount
  @taxCode = taxCode
  @taxRate1 = taxRate1
  @taxRate2 = taxRate2
  @tax1Amt = tax1Amt
  @grossAmt = grossAmt
  @memo = memo
  @department = department
  @v_class = v_class
  @location = location
  @customer = customer
  @isBillable = isBillable
  @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 57231
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 57235
def m_class=(value)
  @v_class = value
end