class ActiveNetsuite::PaycheckJournal
{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournal
nullFieldList - ActiveNetsuite::NullField subsidiary - ActiveNetsuite::RecordRef currency - ActiveNetsuite::RecordRef exchangeRate - SOAP::SOAPDouble createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef employee - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime postingPeriod - ActiveNetsuite::RecordRef account - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef companyContributionList - ActiveNetsuite::PaycheckJournalCompanyContributionList deductionList - ActiveNetsuite::PaycheckJournalDeductionList employeeTaxList - ActiveNetsuite::PaycheckJournalEmployeeTaxList companyTaxList - ActiveNetsuite::PaycheckJournalCompanyTaxList earningList - ActiveNetsuite::PaycheckJournalEarningList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
companyContributionList[RW]
companyTaxList[RW]
createdDate[RW]
currency[RW]
customFieldList[RW]
customForm[RW]
deductionList[RW]
department[RW]
earningList[RW]
employee[RW]
employeeTaxList[RW]
exchangeRate[RW]
lastModifiedDate[RW]
location[RW]
nullFieldList[RW]
postingPeriod[RW]
subsidiary[RW]
tranDate[RW]
Public Class Methods
new(nullFieldList = nil, subsidiary = nil, currency = nil, exchangeRate = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, employee = nil, tranDate = nil, postingPeriod = nil, account = nil, department = nil, v_class = nil, location = nil, companyContributionList = nil, deductionList = nil, employeeTaxList = nil, companyTaxList = nil, earningList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22802 def initialize(nullFieldList = nil, subsidiary = nil, currency = nil, exchangeRate = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, employee = nil, tranDate = nil, postingPeriod = nil, account = nil, department = nil, v_class = nil, location = nil, companyContributionList = nil, deductionList = nil, employeeTaxList = nil, companyTaxList = nil, earningList = nil, customFieldList = nil) @nullFieldList = nullFieldList @subsidiary = subsidiary @currency = currency @exchangeRate = exchangeRate @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @employee = employee @tranDate = tranDate @postingPeriod = postingPeriod @account = account @department = department @v_class = v_class @location = location @companyContributionList = companyContributionList @deductionList = deductionList @employeeTaxList = employeeTaxList @companyTaxList = companyTaxList @earningList = earningList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22782 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22774 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22778 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22794 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22798 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22786 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22790 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end