class ApPaymentReverse extends AbstractApPayment

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 function block XML

int|string
getRecordNo()

Get record number

setRecordNo(int|string $recordNo)

Set record number

getReverseDate()

Get reverse date

setReverseDate(DateType $reverseDate)

Set reverse date

string
getMemo()

No description

setMemo(string $memo)

No description

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

at line line 75
writeXml(XMLWriter $xml)

Write the function block XML

Parameters

XMLWriter $xml

in AbstractApPayment at line line 33
int|string getRecordNo()

Get record number

Return Value

int|string

in AbstractApPayment at line line 43
setRecordNo(int|string $recordNo)

Set record number

Parameters

int|string $recordNo

at line line 38
DateType getReverseDate()

Get reverse date

Return Value

DateType

at line line 48
setReverseDate(DateType $reverseDate)

Set reverse date

Parameters

DateType $reverseDate

at line line 56
string getMemo()

Return Value

string

at line line 64
setMemo(string $memo)

Parameters

string $memo