class AbstractArPaymentSummary extends AbstractFunction

Methods

getControlId()

Get control ID

setControlId($controlId = null)

Set control ID

__construct(string $controlId = null)

Initializes the class with the given parameters.

writeXml(XMLWriter $xml)

Write the XML

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

setGlPostingDate(DateType $glPostingDate)

Set 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

Parameters

$controlId

Exceptions

InvalidArgumentException

in AbstractFunction at line line 67
__construct(string $controlId = null)

Initializes the class with the given parameters.

Parameters

string $controlId Control ID, default=random UUID

in AbstractFunction at line line 72
abstract writeXml(XMLWriter $xml)

Write the XML

Parameters

XMLWriter $xml

at line line 48
int|string getRecordNo()

Get record number

Return Value

int|string

at line line 58
setRecordNo(int|string $recordNo)

Set record number

Parameters

int|string $recordNo

at line line 68
string getTitle()

Get title

Return Value

string

at line line 78
setTitle(string $title)

Set title

Parameters

string $title

at line line 88
DateType getGlPostingDate()

Get GL posting date

Return Value

DateType

at line line 98
setGlPostingDate(DateType $glPostingDate)

Set GL posting date

Parameters

DateType $glPostingDate

at line line 108
string getBankAccountId()

Get bank account ID

Return Value

string

at line line 118
setBankAccountId(string $bankAccountId)

Set bank account ID

Parameters

string $bankAccountId

at line line 128
string getUndepositedFundsGlAccountNo()

Get undeposited funds GL account number

Return Value

string

at line line 138
setUndepositedFundsGlAccountNo(string $undepositedFundsGlAccountNo)

Set undeposited funds GL account number

Parameters

string $undepositedFundsGlAccountNo