Class: ActiveNetsuite::PurchaseOrderExpense

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PurchaseOrderExpense.



56414
56415
56416
56417
56418
56419
56420
56421
56422
56423
56424
56425
56426
56427
56428
56429
56430
56431
56432
# File 'lib/activenetsuite/soap/default.rb', line 56414

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

Instance Attribute Details

#accountObject

Returns the value of attribute account.



56391
56392
56393
# File 'lib/activenetsuite/soap/default.rb', line 56391

def 
  @account
end

#amountObject

Returns the value of attribute amount.



56392
56393
56394
# File 'lib/activenetsuite/soap/default.rb', line 56392

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



56390
56391
56392
# File 'lib/activenetsuite/soap/default.rb', line 56390

def category
  @category
end

#customerObject

Returns the value of attribute customer.



56396
56397
56398
# File 'lib/activenetsuite/soap/default.rb', line 56396

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



56404
56405
56406
# File 'lib/activenetsuite/soap/default.rb', line 56404

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



56394
56395
56396
# File 'lib/activenetsuite/soap/default.rb', line 56394

def department
  @department
end

#grossAmtObject

Returns the value of attribute grossAmt.



56403
56404
56405
# File 'lib/activenetsuite/soap/default.rb', line 56403

def grossAmt
  @grossAmt
end

#isBillableObject

Returns the value of attribute isBillable.



56398
56399
56400
# File 'lib/activenetsuite/soap/default.rb', line 56398

def isBillable
  @isBillable
end

#isClosedObject

Returns the value of attribute isClosed.



56397
56398
56399
# File 'lib/activenetsuite/soap/default.rb', line 56397

def isClosed
  @isClosed
end

#lineObject

Returns the value of attribute line.



56389
56390
56391
# File 'lib/activenetsuite/soap/default.rb', line 56389

def line
  @line
end

#locationObject

Returns the value of attribute location.



56395
56396
56397
# File 'lib/activenetsuite/soap/default.rb', line 56395

def location
  @location
end

#memoObject

Returns the value of attribute memo.



56393
56394
56395
# File 'lib/activenetsuite/soap/default.rb', line 56393

def memo
  @memo
end

#tax1AmtObject

Returns the value of attribute tax1Amt.



56402
56403
56404
# File 'lib/activenetsuite/soap/default.rb', line 56402

def tax1Amt
  @tax1Amt
end

#taxCodeObject

Returns the value of attribute taxCode.



56399
56400
56401
# File 'lib/activenetsuite/soap/default.rb', line 56399

def taxCode
  @taxCode
end

#taxRate1Object

Returns the value of attribute taxRate1.



56400
56401
56402
# File 'lib/activenetsuite/soap/default.rb', line 56400

def taxRate1
  @taxRate1
end

#taxRate2Object

Returns the value of attribute taxRate2.



56401
56402
56403
# File 'lib/activenetsuite/soap/default.rb', line 56401

def taxRate2
  @taxRate2
end

Instance Method Details

#m_classObject



56406
56407
56408
# File 'lib/activenetsuite/soap/default.rb', line 56406

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



56410
56411
56412
# File 'lib/activenetsuite/soap/default.rb', line 56410

def m_class=(value)
  @v_class = value
end