Class: ActiveNetsuite::VendorCredit

Inherits:
Record
  • 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.comVendorCredit

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
 - ActiveNetsuite::RecordRef
unApplied - SOAP::SOAPDouble
autoApply - SOAP::SOAPBoolean
applied - SOAP::SOAPDouble
tranId - SOAP::SOAPString
createdFrom - ActiveNetsuite::RecordRef
entity - ActiveNetsuite::RecordRef
total - SOAP::SOAPDouble
userTotal - SOAP::SOAPDouble
currency - ActiveNetsuite::RecordRef
currencyName - SOAP::SOAPString
tranDate - SOAP::SOAPDateTime
exchangeRate - SOAP::SOAPDouble
postingPeriod - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
expenseList - ActiveNetsuite::VendorCreditExpenseList
itemList - ActiveNetsuite::VendorCreditItemList
applyList - ActiveNetsuite::VendorCreditApplyList
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, customForm = nil, account = nil, unApplied = nil, autoApply = nil, applied = nil, tranId = nil, createdFrom = nil, entity = nil, total = nil, userTotal = nil, currency = nil, currencyName = nil, tranDate = nil, exchangeRate = nil, postingPeriod = nil, memo = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, expenseList = nil, itemList = nil, applyList = nil, customFieldList = nil) ⇒ VendorCredit

Returns a new instance of VendorCredit.



16307
16308
16309
16310
16311
16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
16323
16324
16325
16326
16327
16328
16329
16330
16331
16332
16333
16334
16335
16336
# File 'lib/activenetsuite/soap/default.rb', line 16307

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil,  = nil, unApplied = nil, autoApply = nil, applied = nil, tranId = nil, createdFrom = nil, entity = nil, total = nil, userTotal = nil, currency = nil, currencyName = nil, tranDate = nil, exchangeRate = nil, postingPeriod = nil, memo = nil, department = nil, v_class = nil, location = nil, subsidiary = nil, expenseList = nil, itemList = nil, applyList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @account = 
  @unApplied = unApplied
  @autoApply = autoApply
  @applied = applied
  @tranId = tranId
  @createdFrom = createdFrom
  @entity = entity
  @total = total
  @userTotal = userTotal
  @currency = currency
  @currencyName = currencyName
  @tranDate = tranDate
  @exchangeRate = exchangeRate
  @postingPeriod = postingPeriod
  @memo = memo
  @department = department
  @v_class = v_class
  @location = location
  @subsidiary = subsidiary
  @expenseList = expenseList
  @itemList = itemList
  @applyList = applyList
  @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.



16256
16257
16258
# File 'lib/activenetsuite/soap/default.rb', line 16256

def 
  @account
end

#appliedObject

Returns the value of attribute applied.



16259
16260
16261
# File 'lib/activenetsuite/soap/default.rb', line 16259

def applied
  @applied
end

#applyListObject

Returns the value of attribute applyList.



16276
16277
16278
# File 'lib/activenetsuite/soap/default.rb', line 16276

def applyList
  @applyList
end

#autoApplyObject

Returns the value of attribute autoApply.



16258
16259
16260
# File 'lib/activenetsuite/soap/default.rb', line 16258

def autoApply
  @autoApply
end

#createdDateObject

Returns the value of attribute createdDate.



16253
16254
16255
# File 'lib/activenetsuite/soap/default.rb', line 16253

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



16261
16262
16263
# File 'lib/activenetsuite/soap/default.rb', line 16261

def createdFrom
  @createdFrom
end

#currencyObject

Returns the value of attribute currency.



16265
16266
16267
# File 'lib/activenetsuite/soap/default.rb', line 16265

def currency
  @currency
end

#currencyNameObject

Returns the value of attribute currencyName.



16266
16267
16268
# File 'lib/activenetsuite/soap/default.rb', line 16266

def currencyName
  @currencyName
end

#customFieldListObject

Returns the value of attribute customFieldList.



16277
16278
16279
# File 'lib/activenetsuite/soap/default.rb', line 16277

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



16255
16256
16257
# File 'lib/activenetsuite/soap/default.rb', line 16255

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



16271
16272
16273
# File 'lib/activenetsuite/soap/default.rb', line 16271

def department
  @department
end

#entityObject

Returns the value of attribute entity.



16262
16263
16264
# File 'lib/activenetsuite/soap/default.rb', line 16262

def entity
  @entity
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



16268
16269
16270
# File 'lib/activenetsuite/soap/default.rb', line 16268

def exchangeRate
  @exchangeRate
end

#expenseListObject

Returns the value of attribute expenseList.



16274
16275
16276
# File 'lib/activenetsuite/soap/default.rb', line 16274

def expenseList
  @expenseList
end

#itemListObject

Returns the value of attribute itemList.



16275
16276
16277
# File 'lib/activenetsuite/soap/default.rb', line 16275

def itemList
  @itemList
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



16254
16255
16256
# File 'lib/activenetsuite/soap/default.rb', line 16254

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



16272
16273
16274
# File 'lib/activenetsuite/soap/default.rb', line 16272

def location
  @location
end

#memoObject

Returns the value of attribute memo.



16270
16271
16272
# File 'lib/activenetsuite/soap/default.rb', line 16270

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



16252
16253
16254
# File 'lib/activenetsuite/soap/default.rb', line 16252

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



16269
16270
16271
# File 'lib/activenetsuite/soap/default.rb', line 16269

def postingPeriod
  @postingPeriod
end

#subsidiaryObject

Returns the value of attribute subsidiary.



16273
16274
16275
# File 'lib/activenetsuite/soap/default.rb', line 16273

def subsidiary
  @subsidiary
end

#totalObject

Returns the value of attribute total.



16263
16264
16265
# File 'lib/activenetsuite/soap/default.rb', line 16263

def total
  @total
end

#tranDateObject

Returns the value of attribute tranDate.



16267
16268
16269
# File 'lib/activenetsuite/soap/default.rb', line 16267

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



16260
16261
16262
# File 'lib/activenetsuite/soap/default.rb', line 16260

def tranId
  @tranId
end

#unAppliedObject

Returns the value of attribute unApplied.



16257
16258
16259
# File 'lib/activenetsuite/soap/default.rb', line 16257

def unApplied
  @unApplied
end

#userTotalObject

Returns the value of attribute userTotal.



16264
16265
16266
# File 'lib/activenetsuite/soap/default.rb', line 16264

def userTotal
  @userTotal
end

Instance Method Details

#__xmlattrObject



16287
16288
16289
# File 'lib/activenetsuite/soap/default.rb', line 16287

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



16279
16280
16281
# File 'lib/activenetsuite/soap/default.rb', line 16279

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



16283
16284
16285
# File 'lib/activenetsuite/soap/default.rb', line 16283

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



16299
16300
16301
# File 'lib/activenetsuite/soap/default.rb', line 16299

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



16303
16304
16305
# File 'lib/activenetsuite/soap/default.rb', line 16303

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

#xmlattr_internalIdObject



16291
16292
16293
# File 'lib/activenetsuite/soap/default.rb', line 16291

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



16295
16296
16297
# File 'lib/activenetsuite/soap/default.rb', line 16295

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