Class: ActiveNetsuite::VendorCreditExpense

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:purchases_2013_2urn:purchases_2013_2.transactionsurn:purchases_2013_2.transactions.webservicesurn:purchases_2013_2.transactions.webservices.netsuiteurn:purchases_2013_2.transactions.webservices.netsuite.comVendorCreditExpense

orderLine - SOAP::SOAPLong
line - SOAP::SOAPLong
category - ActiveNetsuite::RecordRef
 - 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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ VendorCreditExpense



56949
56950
56951
56952
56953
56954
56955
56956
56957
56958
56959
56960
56961
56962
56963
56964
56965
56966
56967
56968
56969
56970
56971
# File 'lib/activenetsuite/soap/default.rb', line 56949

def initialize(orderLine = nil, line = nil, category = nil,  = 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 = 
  @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

Instance Attribute Details

#accountObject

Returns the value of attribute account.



56923
56924
56925
# File 'lib/activenetsuite/soap/default.rb', line 56923

def 
  @account
end

#amortizationEndDateObject

Returns the value of attribute amortizationEndDate.



56937
56938
56939
# File 'lib/activenetsuite/soap/default.rb', line 56937

def amortizationEndDate
  @amortizationEndDate
end

#amortizationResidualObject

Returns the value of attribute amortizationResidual.



56938
56939
56940
# File 'lib/activenetsuite/soap/default.rb', line 56938

def amortizationResidual
  @amortizationResidual
end

#amortizationSchedObject

Returns the value of attribute amortizationSched.



56935
56936
56937
# File 'lib/activenetsuite/soap/default.rb', line 56935

def amortizationSched
  @amortizationSched
end

#amortizStartDateObject

Returns the value of attribute amortizStartDate.



56936
56937
56938
# File 'lib/activenetsuite/soap/default.rb', line 56936

def amortizStartDate
  @amortizStartDate
end

#amountObject

Returns the value of attribute amount.



56924
56925
56926
# File 'lib/activenetsuite/soap/default.rb', line 56924

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



56922
56923
56924
# File 'lib/activenetsuite/soap/default.rb', line 56922

def category
  @category
end

#customerObject

Returns the value of attribute customer.



56933
56934
56935
# File 'lib/activenetsuite/soap/default.rb', line 56933

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



56939
56940
56941
# File 'lib/activenetsuite/soap/default.rb', line 56939

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



56931
56932
56933
# File 'lib/activenetsuite/soap/default.rb', line 56931

def department
  @department
end

#grossAmtObject

Returns the value of attribute grossAmt.



56929
56930
56931
# File 'lib/activenetsuite/soap/default.rb', line 56929

def grossAmt
  @grossAmt
end

#isBillableObject

Returns the value of attribute isBillable.



56934
56935
56936
# File 'lib/activenetsuite/soap/default.rb', line 56934

def isBillable
  @isBillable
end

#lineObject

Returns the value of attribute line.



56921
56922
56923
# File 'lib/activenetsuite/soap/default.rb', line 56921

def line
  @line
end

#locationObject

Returns the value of attribute location.



56932
56933
56934
# File 'lib/activenetsuite/soap/default.rb', line 56932

def location
  @location
end

#memoObject

Returns the value of attribute memo.



56930
56931
56932
# File 'lib/activenetsuite/soap/default.rb', line 56930

def memo
  @memo
end

#orderLineObject

Returns the value of attribute orderLine.



56920
56921
56922
# File 'lib/activenetsuite/soap/default.rb', line 56920

def orderLine
  @orderLine
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



56928
56929
56930
# File 'lib/activenetsuite/soap/default.rb', line 56928

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



56925
56926
56927
# File 'lib/activenetsuite/soap/default.rb', line 56925

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



56926
56927
56928
# File 'lib/activenetsuite/soap/default.rb', line 56926

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



56927
56928
56929
# File 'lib/activenetsuite/soap/default.rb', line 56927

def taxRate2
  @taxRate2
end

Instance Method Details

#m_classObject



56941
56942
56943
# File 'lib/activenetsuite/soap/default.rb', line 56941

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



56945
56946
56947
# File 'lib/activenetsuite/soap/default.rb', line 56945

def m_class=(value)
  @v_class = value
end