Class: ActiveNetsuite::VendorReturnAuthorizationExpense

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

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) ⇒ VendorReturnAuthorizationExpense

Returns a new instance of VendorReturnAuthorizationExpense.



57239
57240
57241
57242
57243
57244
57245
57246
57247
57248
57249
57250
57251
57252
57253
57254
57255
57256
57257
57258
57259
57260
57261
# File 'lib/activenetsuite/soap/default.rb', line 57239

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.



57213
57214
57215
# File 'lib/activenetsuite/soap/default.rb', line 57213

def 
  @account
end

#amortizationEndDateObject

Returns the value of attribute amortizationEndDate.



57227
57228
57229
# File 'lib/activenetsuite/soap/default.rb', line 57227

def amortizationEndDate
  @amortizationEndDate
end

#amortizationResidualObject

Returns the value of attribute amortizationResidual.



57228
57229
57230
# File 'lib/activenetsuite/soap/default.rb', line 57228

def amortizationResidual
  @amortizationResidual
end

#amortizationSchedObject

Returns the value of attribute amortizationSched.



57225
57226
57227
# File 'lib/activenetsuite/soap/default.rb', line 57225

def amortizationSched
  @amortizationSched
end

#amortizStartDateObject

Returns the value of attribute amortizStartDate.



57226
57227
57228
# File 'lib/activenetsuite/soap/default.rb', line 57226

def amortizStartDate
  @amortizStartDate
end

#amountObject

Returns the value of attribute amount.



57214
57215
57216
# File 'lib/activenetsuite/soap/default.rb', line 57214

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



57212
57213
57214
# File 'lib/activenetsuite/soap/default.rb', line 57212

def category
  @category
end

#customerObject

Returns the value of attribute customer.



57223
57224
57225
# File 'lib/activenetsuite/soap/default.rb', line 57223

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



57229
57230
57231
# File 'lib/activenetsuite/soap/default.rb', line 57229

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



57221
57222
57223
# File 'lib/activenetsuite/soap/default.rb', line 57221

def department
  @department
end

#grossAmtObject

Returns the value of attribute grossAmt.



57219
57220
57221
# File 'lib/activenetsuite/soap/default.rb', line 57219

def grossAmt
  @grossAmt
end

#isBillableObject

Returns the value of attribute isBillable.



57224
57225
57226
# File 'lib/activenetsuite/soap/default.rb', line 57224

def isBillable
  @isBillable
end

#lineObject

Returns the value of attribute line.



57211
57212
57213
# File 'lib/activenetsuite/soap/default.rb', line 57211

def line
  @line
end

#locationObject

Returns the value of attribute location.



57222
57223
57224
# File 'lib/activenetsuite/soap/default.rb', line 57222

def location
  @location
end

#memoObject

Returns the value of attribute memo.



57220
57221
57222
# File 'lib/activenetsuite/soap/default.rb', line 57220

def memo
  @memo
end

#orderLineObject

Returns the value of attribute orderLine.



57210
57211
57212
# File 'lib/activenetsuite/soap/default.rb', line 57210

def orderLine
  @orderLine
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



57218
57219
57220
# File 'lib/activenetsuite/soap/default.rb', line 57218

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



57215
57216
57217
# File 'lib/activenetsuite/soap/default.rb', line 57215

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



57216
57217
57218
# File 'lib/activenetsuite/soap/default.rb', line 57216

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



57217
57218
57219
# File 'lib/activenetsuite/soap/default.rb', line 57217

def taxRate2
  @taxRate2
end

Instance Method Details

#m_classObject



57231
57232
57233
# File 'lib/activenetsuite/soap/default.rb', line 57231

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



57235
57236
57237
# File 'lib/activenetsuite/soap/default.rb', line 57235

def m_class=(value)
  @v_class = value
end