class ActiveNetsuite::VendorPayment
{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorPayment
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef account - ActiveNetsuite::RecordRef balance - SOAP::SOAPDouble apAcct - ActiveNetsuite::RecordRef entity - ActiveNetsuite::RecordRef address - SOAP::SOAPString tranDate - SOAP::SOAPDateTime voidJournal - ActiveNetsuite::RecordRef postingPeriod - ActiveNetsuite::RecordRef currencyName - SOAP::SOAPString exchangeRate - SOAP::SOAPDouble toAch - SOAP::SOAPBoolean toBePrinted - SOAP::SOAPBoolean printVoucher - SOAP::SOAPBoolean tranId - SOAP::SOAPString total - SOAP::SOAPDouble currency - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef memo - SOAP::SOAPString subsidiary - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef status - SOAP::SOAPString applyList - ActiveNetsuite::VendorPaymentApplyList creditList - ActiveNetsuite::VendorPaymentCreditList billPay - SOAP::SOAPBoolean customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
address[RW]
apAcct[RW]
applyList[RW]
balance[RW]
billPay[RW]
createdDate[RW]
creditList[RW]
currency[RW]
currencyName[RW]
customFieldList[RW]
customForm[RW]
department[RW]
entity[RW]
exchangeRate[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
printVoucher[RW]
status[RW]
subsidiary[RW]
toAch[RW]
toBePrinted[RW]
total[RW]
tranDate[RW]
tranId[RW]
voidJournal[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, account = nil, balance = nil, apAcct = nil, entity = nil, address = nil, tranDate = nil, voidJournal = nil, postingPeriod = nil, currencyName = nil, exchangeRate = nil, toAch = nil, toBePrinted = nil, printVoucher = nil, tranId = nil, total = nil, currency = nil, department = nil, memo = nil, subsidiary = nil, v_class = nil, location = nil, status = nil, applyList = nil, creditList = nil, billPay = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16183 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, account = nil, balance = nil, apAcct = nil, entity = nil, address = nil, tranDate = nil, voidJournal = nil, postingPeriod = nil, currencyName = nil, exchangeRate = nil, toAch = nil, toBePrinted = nil, printVoucher = nil, tranId = nil, total = nil, currency = nil, department = nil, memo = nil, subsidiary = nil, v_class = nil, location = nil, status = nil, applyList = nil, creditList = nil, billPay = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @account = account @balance = balance @apAcct = apAcct @entity = entity @address = address @tranDate = tranDate @voidJournal = voidJournal @postingPeriod = postingPeriod @currencyName = currencyName @exchangeRate = exchangeRate @toAch = toAch @toBePrinted = toBePrinted @printVoucher = printVoucher @tranId = tranId @total = total @currency = currency @department = department @memo = memo @subsidiary = subsidiary @v_class = v_class @location = location @status = status @applyList = applyList @creditList = creditList @billPay = billPay @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16163 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16155 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16159 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16175 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16179 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16167 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16171 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end