class ActiveNetsuite::Check
{urn:bank_2013_2.transactions.webservices.netsuite.com}Check
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime status - SOAP::SOAPString customForm - ActiveNetsuite::RecordRef account - 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
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
address[RW]
balance[RW]
billPay[RW]
createdDate[RW]
currency[RW]
customFieldList[RW]
customForm[RW]
department[RW]
entity[RW]
exchangeRate[RW]
expenseList[RW]
itemList[RW]
landedCostMethod[RW]
landedCostPerLine[RW]
landedCostsList[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
status[RW]
subsidiary[RW]
tax2Total[RW]
taxTotal[RW]
toBePrinted[RW]
tranDate[RW]
tranId[RW]
userTotal[RW]
voidJournal[RW]
Public Class Methods
new(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)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18373 def 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) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @status = status @customForm = customForm @account = 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
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18353 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18345 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18349 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18365 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18369 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18357 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18361 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end