AbstractArPaymentSummary
class AbstractArPaymentSummary extends AbstractFunction
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
int|string
getRecordNo()
Get record number
setRecordNo(int|string $recordNo)
Set record number
string
getTitle()
Get title
setTitle(string $title)
Set title
getGlPostingDate()
Get GL posting date
string
getBankAccountId()
Get bank account ID
setBankAccountId(string $bankAccountId)
Set bank account ID
string
getUndepositedFundsGlAccountNo()
Get undeposited funds GL account number
setUndepositedFundsGlAccountNo(string $undepositedFundsGlAccountNo)
Set undeposited funds GL account number
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
in AbstractFunction at line line 72
abstract
writeXml(XMLWriter $xml)
Write the XML
at line line 48
int|string
getRecordNo()
Get record number
at line line 58
setRecordNo(int|string $recordNo)
Set record number
at line line 68
string
getTitle()
Get title
at line line 78
setTitle(string $title)
Set title
at line line 88
DateType
getGlPostingDate()
Get GL posting date
at line line 98
setGlPostingDate(DateType $glPostingDate)
Set GL posting date
at line line 108
string
getBankAccountId()
Get bank account ID
at line line 118
setBankAccountId(string $bankAccountId)
Set bank account ID
at line line 128
string
getUndepositedFundsGlAccountNo()
Get undeposited funds GL account number
at line line 138
setUndepositedFundsGlAccountNo(string $undepositedFundsGlAccountNo)
Set undeposited funds GL account number