Class: ActiveNetsuite::DepositApplication

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

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comDepositApplication

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
arAcct - SOAP::SOAPString
status - SOAP::SOAPString
customer - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
deposit - ActiveNetsuite::RecordRef
depDate - SOAP::SOAPDateTime
currency - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
memo - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
total - SOAP::SOAPDouble
department - ActiveNetsuite::RecordRef
applied - SOAP::SOAPDouble
m_class - ActiveNetsuite::RecordRef
unapplied - SOAP::SOAPDouble
location - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
applyList - ActiveNetsuite::DepositApplicationApplyList
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, arAcct = nil, status = nil, customer = nil, tranDate = nil, postingPeriod = nil, deposit = nil, depDate = nil, currency = nil, exchangeRate = nil, memo = nil, subsidiary = nil, total = nil, department = nil, applied = nil, v_class = nil, unapplied = nil, location = nil, tranId = nil, applyList = nil, customFieldList = nil) ⇒ DepositApplication

Returns a new instance of DepositApplication.



18047
18048
18049
18050
18051
18052
18053
18054
18055
18056
18057
18058
18059
18060
18061
18062
18063
18064
18065
18066
18067
18068
18069
18070
18071
18072
# File 'lib/activenetsuite/soap/default.rb', line 18047

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, arAcct = nil, status = nil, customer = nil, tranDate = nil, postingPeriod = nil, deposit = nil, depDate = nil, currency = nil, exchangeRate = nil, memo = nil, subsidiary = nil, total = nil, department = nil, applied = nil, v_class = nil, unapplied = nil, location = nil, tranId = nil, applyList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @arAcct = arAcct
  @status = status
  @customer = customer
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @deposit = deposit
  @depDate = depDate
  @currency = currency
  @exchangeRate = exchangeRate
  @memo = memo
  @subsidiary = subsidiary
  @total = total
  @department = department
  @applied = applied
  @v_class = v_class
  @unapplied = unapplied
  @location = location
  @tranId = tranId
  @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

#appliedObject

Returns the value of attribute applied.



18012
18013
18014
# File 'lib/activenetsuite/soap/default.rb', line 18012

def applied
  @applied
end

#applyListObject

Returns the value of attribute applyList.



18016
18017
18018
# File 'lib/activenetsuite/soap/default.rb', line 18016

def applyList
  @applyList
end

#arAcctObject

Returns the value of attribute arAcct.



17999
18000
18001
# File 'lib/activenetsuite/soap/default.rb', line 17999

def arAcct
  @arAcct
end

#createdDateObject

Returns the value of attribute createdDate.



17997
17998
17999
# File 'lib/activenetsuite/soap/default.rb', line 17997

def createdDate
  @createdDate
end

#currencyObject

Returns the value of attribute currency.



18006
18007
18008
# File 'lib/activenetsuite/soap/default.rb', line 18006

def currency
  @currency
end

#customerObject

Returns the value of attribute customer.



18001
18002
18003
# File 'lib/activenetsuite/soap/default.rb', line 18001

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



18017
18018
18019
# File 'lib/activenetsuite/soap/default.rb', line 18017

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



18011
18012
18013
# File 'lib/activenetsuite/soap/default.rb', line 18011

def department
  @department
end

#depDateObject

Returns the value of attribute depDate.



18005
18006
18007
# File 'lib/activenetsuite/soap/default.rb', line 18005

def depDate
  @depDate
end

#depositObject

Returns the value of attribute deposit.



18004
18005
18006
# File 'lib/activenetsuite/soap/default.rb', line 18004

def deposit
  @deposit
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



18007
18008
18009
# File 'lib/activenetsuite/soap/default.rb', line 18007

def exchangeRate
  @exchangeRate
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



17998
17999
18000
# File 'lib/activenetsuite/soap/default.rb', line 17998

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



18014
18015
18016
# File 'lib/activenetsuite/soap/default.rb', line 18014

def location
  @location
end

#memoObject

Returns the value of attribute memo.



18008
18009
18010
# File 'lib/activenetsuite/soap/default.rb', line 18008

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



17996
17997
17998
# File 'lib/activenetsuite/soap/default.rb', line 17996

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



18003
18004
18005
# File 'lib/activenetsuite/soap/default.rb', line 18003

def postingPeriod
  @postingPeriod
end

#statusObject

Returns the value of attribute status.



18000
18001
18002
# File 'lib/activenetsuite/soap/default.rb', line 18000

def status
  @status
end

#subsidiaryObject

Returns the value of attribute subsidiary.



18009
18010
18011
# File 'lib/activenetsuite/soap/default.rb', line 18009

def subsidiary
  @subsidiary
end

#totalObject

Returns the value of attribute total.



18010
18011
18012
# File 'lib/activenetsuite/soap/default.rb', line 18010

def total
  @total
end

#tranDateObject

Returns the value of attribute tranDate.



18002
18003
18004
# File 'lib/activenetsuite/soap/default.rb', line 18002

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



18015
18016
18017
# File 'lib/activenetsuite/soap/default.rb', line 18015

def tranId
  @tranId
end

#unappliedObject

Returns the value of attribute unapplied.



18013
18014
18015
# File 'lib/activenetsuite/soap/default.rb', line 18013

def unapplied
  @unapplied
end

Instance Method Details

#__xmlattrObject



18027
18028
18029
# File 'lib/activenetsuite/soap/default.rb', line 18027

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



18019
18020
18021
# File 'lib/activenetsuite/soap/default.rb', line 18019

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



18023
18024
18025
# File 'lib/activenetsuite/soap/default.rb', line 18023

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



18039
18040
18041
# File 'lib/activenetsuite/soap/default.rb', line 18039

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



18043
18044
18045
# File 'lib/activenetsuite/soap/default.rb', line 18043

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

#xmlattr_internalIdObject



18031
18032
18033
# File 'lib/activenetsuite/soap/default.rb', line 18031

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



18035
18036
18037
# File 'lib/activenetsuite/soap/default.rb', line 18035

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