class ReimbursementRequestItem

Methods

int|string
getApplyToRecordId()

No description

setApplyToRecordId(int|string $applyToRecordId)

No description

float|string
getAmountToApply()

No description

setAmountToApply(float|string $amountToApply)

No description

float|string
getCreditToApply()

No description

setCreditToApply(float|string $creditToApply)

No description

writeXml(XMLWriter $xml)

Write the paymentrequestitem block XML

Details

at line line 41
int|string getApplyToRecordId()

Return Value

int|string

at line line 49
setApplyToRecordId(int|string $applyToRecordId)

Parameters

int|string $applyToRecordId

at line line 57
float|string getAmountToApply()

Return Value

float|string

at line line 65
setAmountToApply(float|string $amountToApply)

Parameters

float|string $amountToApply

at line line 73
float|string getCreditToApply()

Return Value

float|string

at line line 81
setCreditToApply(float|string $creditToApply)

Parameters

float|string $creditToApply

at line line 91
writeXml(XMLWriter $xml)

Write the paymentrequestitem block XML

Parameters

XMLWriter $xml