Class: ActiveNetsuite::VendorBillExpense

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.comVendorBillExpense

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



56176
56177
56178
56179
56180
56181
56182
56183
56184
56185
56186
56187
56188
56189
56190
56191
56192
56193
56194
56195
56196
56197
56198
56199
# File 'lib/activenetsuite/soap/default.rb', line 56176

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

Instance Attribute Details

#accountObject

Returns the value of attribute account.



56150
56151
56152
# File 'lib/activenetsuite/soap/default.rb', line 56150

def 
  @account
end

#amortizationEndDateObject

Returns the value of attribute amortizationEndDate.



56164
56165
56166
# File 'lib/activenetsuite/soap/default.rb', line 56164

def amortizationEndDate
  @amortizationEndDate
end

#amortizationResidualObject

Returns the value of attribute amortizationResidual.



56165
56166
56167
# File 'lib/activenetsuite/soap/default.rb', line 56165

def amortizationResidual
  @amortizationResidual
end

#amortizationSchedObject

Returns the value of attribute amortizationSched.



56162
56163
56164
# File 'lib/activenetsuite/soap/default.rb', line 56162

def amortizationSched
  @amortizationSched
end

#amortizStartDateObject

Returns the value of attribute amortizStartDate.



56163
56164
56165
# File 'lib/activenetsuite/soap/default.rb', line 56163

def amortizStartDate
  @amortizStartDate
end

#amountObject

Returns the value of attribute amount.



56151
56152
56153
# File 'lib/activenetsuite/soap/default.rb', line 56151

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



56149
56150
56151
# File 'lib/activenetsuite/soap/default.rb', line 56149

def category
  @category
end

#customerObject

Returns the value of attribute customer.



56157
56158
56159
# File 'lib/activenetsuite/soap/default.rb', line 56157

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



56166
56167
56168
# File 'lib/activenetsuite/soap/default.rb', line 56166

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



56155
56156
56157
# File 'lib/activenetsuite/soap/default.rb', line 56155

def department
  @department
end

#grossAmtObject

Returns the value of attribute grossAmt.



56154
56155
56156
# File 'lib/activenetsuite/soap/default.rb', line 56154

def grossAmt
  @grossAmt
end

#isBillableObject

Returns the value of attribute isBillable.



56158
56159
56160
# File 'lib/activenetsuite/soap/default.rb', line 56158

def isBillable
  @isBillable
end

#lineObject

Returns the value of attribute line.



56148
56149
56150
# File 'lib/activenetsuite/soap/default.rb', line 56148

def line
  @line
end

#locationObject

Returns the value of attribute location.



56156
56157
56158
# File 'lib/activenetsuite/soap/default.rb', line 56156

def location
  @location
end

#memoObject

Returns the value of attribute memo.



56153
56154
56155
# File 'lib/activenetsuite/soap/default.rb', line 56153

def memo
  @memo
end

#orderDocObject

Returns the value of attribute orderDoc.



56146
56147
56148
# File 'lib/activenetsuite/soap/default.rb', line 56146

def orderDoc
  @orderDoc
end

#orderLineObject

Returns the value of attribute orderLine.



56147
56148
56149
# File 'lib/activenetsuite/soap/default.rb', line 56147

def orderLine
  @orderLine
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



56152
56153
56154
# File 'lib/activenetsuite/soap/default.rb', line 56152

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



56159
56160
56161
# File 'lib/activenetsuite/soap/default.rb', line 56159

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



56160
56161
56162
# File 'lib/activenetsuite/soap/default.rb', line 56160

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



56161
56162
56163
# File 'lib/activenetsuite/soap/default.rb', line 56161

def taxRate2
  @taxRate2
end

Instance Method Details

#m_classObject



56168
56169
56170
# File 'lib/activenetsuite/soap/default.rb', line 56168

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



56172
56173
56174
# File 'lib/activenetsuite/soap/default.rb', line 56172

def m_class=(value)
  @v_class = value
end