Class: ActiveNetsuite::Check

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

Overview

urn:bank_2013_2urn:bank_2013_2.transactionsurn:bank_2013_2.transactions.webservicesurn:bank_2013_2.transactions.webservices.netsuiteurn:bank_2013_2.transactions.webservices.netsuite.comCheck

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
status - SOAP::SOAPString
customForm - ActiveNetsuite::RecordRef
 - ActiveNetsuite::RecordRef
balance - SOAP::SOAPDouble
entity - ActiveNetsuite::RecordRef
address - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
postingPeriod - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
currency - ActiveNetsuite::RecordRef
voidJournal - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
toBePrinted - SOAP::SOAPBoolean
tranId - SOAP::SOAPString
memo - SOAP::SOAPString
department - ActiveNetsuite::RecordRef
taxTotal - SOAP::SOAPDouble
m_class - ActiveNetsuite::RecordRef
tax2Total - SOAP::SOAPDouble
location - ActiveNetsuite::RecordRef
userTotal - SOAP::SOAPDouble
landedCostMethod - ActiveNetsuite::LandedCostMethod
landedCostPerLine - SOAP::SOAPBoolean
expenseList - ActiveNetsuite::CheckExpenseList
itemList - ActiveNetsuite::CheckItemList
landedCostsList - ActiveNetsuite::CheckLandedCostList
billPay - SOAP::SOAPBoolean
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, status = nil, customForm = nil, account = nil, balance = nil, entity = nil, address = nil, subsidiary = nil, postingPeriod = nil, tranDate = nil, currency = nil, voidJournal = nil, exchangeRate = nil, toBePrinted = nil, tranId = nil, memo = nil, department = nil, taxTotal = nil, v_class = nil, tax2Total = nil, location = nil, userTotal = nil, landedCostMethod = nil, landedCostPerLine = nil, expenseList = nil, itemList = nil, landedCostsList = nil, billPay = nil, customFieldList = nil) ⇒ Check

Returns a new instance of Check.



18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
18385
18386
18387
18388
18389
18390
18391
18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
# File 'lib/activenetsuite/soap/default.rb', line 18373

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, status = nil, customForm = nil,  = nil, balance = nil, entity = nil, address = nil, subsidiary = nil, postingPeriod = nil, tranDate = nil, currency = nil, voidJournal = nil, exchangeRate = nil, toBePrinted = nil, tranId = nil, memo = nil, department = nil, taxTotal = nil, v_class = nil, tax2Total = nil, location = nil, userTotal = nil, landedCostMethod = nil, landedCostPerLine = nil, expenseList = nil, itemList = nil, landedCostsList = nil, billPay = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @status = status
  @customForm = customForm
  @account = 
  @balance = balance
  @entity = entity
  @address = address
  @subsidiary = subsidiary
  @postingPeriod = postingPeriod
  @tranDate = tranDate
  @currency = currency
  @voidJournal = voidJournal
  @exchangeRate = exchangeRate
  @toBePrinted = toBePrinted
  @tranId = tranId
  @memo = memo
  @department = department
  @taxTotal = taxTotal
  @v_class = v_class
  @tax2Total = tax2Total
  @location = location
  @userTotal = userTotal
  @landedCostMethod = landedCostMethod
  @landedCostPerLine = landedCostPerLine
  @expenseList = expenseList
  @itemList = itemList
  @landedCostsList = landedCostsList
  @billPay = billPay
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#accountObject

Returns the value of attribute account.



18319
18320
18321
# File 'lib/activenetsuite/soap/default.rb', line 18319

def 
  @account
end

#addressObject

Returns the value of attribute address.



18322
18323
18324
# File 'lib/activenetsuite/soap/default.rb', line 18322

def address
  @address
end

#balanceObject

Returns the value of attribute balance.



18320
18321
18322
# File 'lib/activenetsuite/soap/default.rb', line 18320

def balance
  @balance
end

#billPayObject

Returns the value of attribute billPay.



18342
18343
18344
# File 'lib/activenetsuite/soap/default.rb', line 18342

def billPay
  @billPay
end

#createdDateObject

Returns the value of attribute createdDate.



18315
18316
18317
# File 'lib/activenetsuite/soap/default.rb', line 18315

def createdDate
  @createdDate
end

#currencyObject

Returns the value of attribute currency.



18326
18327
18328
# File 'lib/activenetsuite/soap/default.rb', line 18326

def currency
  @currency
end

#customFieldListObject

Returns the value of attribute customFieldList.



18343
18344
18345
# File 'lib/activenetsuite/soap/default.rb', line 18343

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



18318
18319
18320
# File 'lib/activenetsuite/soap/default.rb', line 18318

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



18332
18333
18334
# File 'lib/activenetsuite/soap/default.rb', line 18332

def department
  @department
end

#entityObject

Returns the value of attribute entity.



18321
18322
18323
# File 'lib/activenetsuite/soap/default.rb', line 18321

def entity
  @entity
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



18328
18329
18330
# File 'lib/activenetsuite/soap/default.rb', line 18328

def exchangeRate
  @exchangeRate
end

#expenseListObject

Returns the value of attribute expenseList.



18339
18340
18341
# File 'lib/activenetsuite/soap/default.rb', line 18339

def expenseList
  @expenseList
end

#itemListObject

Returns the value of attribute itemList.



18340
18341
18342
# File 'lib/activenetsuite/soap/default.rb', line 18340

def itemList
  @itemList
end

#landedCostMethodObject

Returns the value of attribute landedCostMethod.



18337
18338
18339
# File 'lib/activenetsuite/soap/default.rb', line 18337

def landedCostMethod
  @landedCostMethod
end

#landedCostPerLineObject

Returns the value of attribute landedCostPerLine.



18338
18339
18340
# File 'lib/activenetsuite/soap/default.rb', line 18338

def landedCostPerLine
  @landedCostPerLine
end

#landedCostsListObject

Returns the value of attribute landedCostsList.



18341
18342
18343
# File 'lib/activenetsuite/soap/default.rb', line 18341

def landedCostsList
  @landedCostsList
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



18316
18317
18318
# File 'lib/activenetsuite/soap/default.rb', line 18316

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



18335
18336
18337
# File 'lib/activenetsuite/soap/default.rb', line 18335

def location
  @location
end

#memoObject

Returns the value of attribute memo.



18331
18332
18333
# File 'lib/activenetsuite/soap/default.rb', line 18331

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



18314
18315
18316
# File 'lib/activenetsuite/soap/default.rb', line 18314

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



18324
18325
18326
# File 'lib/activenetsuite/soap/default.rb', line 18324

def postingPeriod
  @postingPeriod
end

#statusObject

Returns the value of attribute status.



18317
18318
18319
# File 'lib/activenetsuite/soap/default.rb', line 18317

def status
  @status
end

#subsidiaryObject

Returns the value of attribute subsidiary.



18323
18324
18325
# File 'lib/activenetsuite/soap/default.rb', line 18323

def subsidiary
  @subsidiary
end

#tax2TotalObject

Returns the value of attribute tax2Total.



18334
18335
18336
# File 'lib/activenetsuite/soap/default.rb', line 18334

def tax2Total
  @tax2Total
end

#taxTotalObject

Returns the value of attribute taxTotal.



18333
18334
18335
# File 'lib/activenetsuite/soap/default.rb', line 18333

def taxTotal
  @taxTotal
end

#toBePrintedObject

Returns the value of attribute toBePrinted.



18329
18330
18331
# File 'lib/activenetsuite/soap/default.rb', line 18329

def toBePrinted
  @toBePrinted
end

#tranDateObject

Returns the value of attribute tranDate.



18325
18326
18327
# File 'lib/activenetsuite/soap/default.rb', line 18325

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



18330
18331
18332
# File 'lib/activenetsuite/soap/default.rb', line 18330

def tranId
  @tranId
end

#userTotalObject

Returns the value of attribute userTotal.



18336
18337
18338
# File 'lib/activenetsuite/soap/default.rb', line 18336

def userTotal
  @userTotal
end

#voidJournalObject

Returns the value of attribute voidJournal.



18327
18328
18329
# File 'lib/activenetsuite/soap/default.rb', line 18327

def voidJournal
  @voidJournal
end

Instance Method Details

#__xmlattrObject



18353
18354
18355
# File 'lib/activenetsuite/soap/default.rb', line 18353

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



18345
18346
18347
# File 'lib/activenetsuite/soap/default.rb', line 18345

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



18349
18350
18351
# File 'lib/activenetsuite/soap/default.rb', line 18349

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



18365
18366
18367
# File 'lib/activenetsuite/soap/default.rb', line 18365

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



18369
18370
18371
# File 'lib/activenetsuite/soap/default.rb', line 18369

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



18357
18358
18359
# File 'lib/activenetsuite/soap/default.rb', line 18357

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



18361
18362
18363
# File 'lib/activenetsuite/soap/default.rb', line 18361

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end