class ActiveNetsuite::CustomerPayment
{urn:customers_2013_2.transactions.webservices.netsuite.com}CustomerPayment
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef arAcct - ActiveNetsuite::RecordRef customer - ActiveNetsuite::RecordRef balance - SOAP::SOAPDouble pending - SOAP::SOAPDouble currency - ActiveNetsuite::RecordRef payment - SOAP::SOAPDouble autoApply - SOAP::SOAPBoolean tranDate - SOAP::SOAPDateTime postingPeriod - ActiveNetsuite::RecordRef paymentMethod - ActiveNetsuite::RecordRef ccIsPurchaseCardBin - SOAP::SOAPBoolean memo - SOAP::SOAPString ccProcessAsPurchaseCard - SOAP::SOAPBoolean checkNum - SOAP::SOAPString currencyName - SOAP::SOAPString exchangeRate - SOAP::SOAPDouble creditCard - ActiveNetsuite::RecordRef chargeIt - SOAP::SOAPBoolean ccNumber - SOAP::SOAPString ccExpireDate - SOAP::SOAPDateTime ccName - SOAP::SOAPString ccStreet - SOAP::SOAPString ccZipCode - SOAP::SOAPString ccApproved - SOAP::SOAPBoolean authCode - SOAP::SOAPString ccAvsStreetMatch - ActiveNetsuite::AvsMatchCode ccAvsZipMatch - ActiveNetsuite::AvsMatchCode ccSecurityCode - SOAP::SOAPString ignoreAvs - SOAP::SOAPBoolean ccSecurityCodeMatch - ActiveNetsuite::AvsMatchCode threeDStatusCode - SOAP::SOAPString pnRefNum - SOAP::SOAPString creditCardProcessor - ActiveNetsuite::RecordRef debitCardIssueNo - SOAP::SOAPString validFrom - SOAP::SOAPDateTime undepFunds - SOAP::SOAPBoolean account - ActiveNetsuite::RecordRef total - SOAP::SOAPDouble subsidiary - ActiveNetsuite::RecordRef applied - SOAP::SOAPDouble unapplied - SOAP::SOAPDouble m_class - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef status - SOAP::SOAPString applyList - ActiveNetsuite::CustomerPaymentApplyList creditList - ActiveNetsuite::CustomerPaymentCreditList depositList - ActiveNetsuite::CustomerPaymentDepositList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
applied[RW]
applyList[RW]
arAcct[RW]
authCode[RW]
autoApply[RW]
balance[RW]
ccApproved[RW]
ccAvsStreetMatch[RW]
ccAvsZipMatch[RW]
ccExpireDate[RW]
ccIsPurchaseCardBin[RW]
ccName[RW]
ccNumber[RW]
ccProcessAsPurchaseCard[RW]
ccSecurityCode[RW]
ccSecurityCodeMatch[RW]
ccStreet[RW]
ccZipCode[RW]
chargeIt[RW]
checkNum[RW]
createdDate[RW]
creditCard[RW]
creditCardProcessor[RW]
creditList[RW]
currency[RW]
currencyName[RW]
customFieldList[RW]
customForm[RW]
customer[RW]
debitCardIssueNo[RW]
department[RW]
depositList[RW]
exchangeRate[RW]
ignoreAvs[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
payment[RW]
paymentMethod[RW]
pending[RW]
pnRefNum[RW]
postingPeriod[RW]
status[RW]
subsidiary[RW]
threeDStatusCode[RW]
total[RW]
tranDate[RW]
unapplied[RW]
undepFunds[RW]
validFrom[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, arAcct = nil, customer = nil, balance = nil, pending = nil, currency = nil, payment = nil, autoApply = nil, tranDate = nil, postingPeriod = nil, paymentMethod = nil, ccIsPurchaseCardBin = nil, memo = nil, ccProcessAsPurchaseCard = nil, checkNum = nil, currencyName = nil, exchangeRate = nil, creditCard = nil, chargeIt = nil, ccNumber = nil, ccExpireDate = nil, ccName = nil, ccStreet = nil, ccZipCode = nil, ccApproved = nil, authCode = nil, ccAvsStreetMatch = nil, ccAvsZipMatch = nil, ccSecurityCode = nil, ignoreAvs = nil, ccSecurityCodeMatch = nil, threeDStatusCode = nil, pnRefNum = nil, creditCardProcessor = nil, debitCardIssueNo = nil, validFrom = nil, undepFunds = nil, account = nil, total = nil, subsidiary = nil, applied = nil, unapplied = nil, v_class = nil, department = nil, location = nil, status = nil, applyList = nil, creditList = nil, depositList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16935 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, arAcct = nil, customer = nil, balance = nil, pending = nil, currency = nil, payment = nil, autoApply = nil, tranDate = nil, postingPeriod = nil, paymentMethod = nil, ccIsPurchaseCardBin = nil, memo = nil, ccProcessAsPurchaseCard = nil, checkNum = nil, currencyName = nil, exchangeRate = nil, creditCard = nil, chargeIt = nil, ccNumber = nil, ccExpireDate = nil, ccName = nil, ccStreet = nil, ccZipCode = nil, ccApproved = nil, authCode = nil, ccAvsStreetMatch = nil, ccAvsZipMatch = nil, ccSecurityCode = nil, ignoreAvs = nil, ccSecurityCodeMatch = nil, threeDStatusCode = nil, pnRefNum = nil, creditCardProcessor = nil, debitCardIssueNo = nil, validFrom = nil, undepFunds = nil, account = nil, total = nil, subsidiary = nil, applied = nil, unapplied = nil, v_class = nil, department = nil, location = nil, status = nil, applyList = nil, creditList = nil, depositList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @arAcct = arAcct @customer = customer @balance = balance @pending = pending @currency = currency @payment = payment @autoApply = autoApply @tranDate = tranDate @postingPeriod = postingPeriod @paymentMethod = paymentMethod @ccIsPurchaseCardBin = ccIsPurchaseCardBin @memo = memo @ccProcessAsPurchaseCard = ccProcessAsPurchaseCard @checkNum = checkNum @currencyName = currencyName @exchangeRate = exchangeRate @creditCard = creditCard @chargeIt = chargeIt @ccNumber = ccNumber @ccExpireDate = ccExpireDate @ccName = ccName @ccStreet = ccStreet @ccZipCode = ccZipCode @ccApproved = ccApproved @authCode = authCode @ccAvsStreetMatch = ccAvsStreetMatch @ccAvsZipMatch = ccAvsZipMatch @ccSecurityCode = ccSecurityCode @ignoreAvs = ignoreAvs @ccSecurityCodeMatch = ccSecurityCodeMatch @threeDStatusCode = threeDStatusCode @pnRefNum = pnRefNum @creditCardProcessor = creditCardProcessor @debitCardIssueNo = debitCardIssueNo @validFrom = validFrom @undepFunds = undepFunds @account = account @total = total @subsidiary = subsidiary @applied = applied @unapplied = unapplied @v_class = v_class @department = department @location = location @status = status @applyList = applyList @creditList = creditList @depositList = depositList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16915 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16907 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16911 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16927 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16931 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16919 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 16923 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end