class ActiveNetsuite::DepositApplication

{urn:customers_2013_2.transactions.webservices.netsuite.com}DepositApplication

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

Constants

AttrExternalId
AttrInternalId

Attributes

applied[RW]
applyList[RW]
arAcct[RW]
createdDate[RW]
currency[RW]
customFieldList[RW]
customer[RW]
depDate[RW]
department[RW]
deposit[RW]
exchangeRate[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
status[RW]
subsidiary[RW]
total[RW]
tranDate[RW]
tranId[RW]
unapplied[RW]

Public Class Methods

new(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) click to toggle source
# 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

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18027
def __xmlattr
  @__xmlattr ||= {}
end
m_class() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18019
def m_class
  @v_class
end
m_class=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18023
def m_class=(value)
  @v_class = value
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18039
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18043
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18031
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18035
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end