class ApPaymentRequestItem

Methods

int|string
getApplyToRecordId()

Get apply to record ID

setApplyToRecordId(int|string $applyToRecordId)

Set apply to record ID

float|string
getAmountToApply()

Get amount to apply

setAmountToApply(float|string $amountToApply)

Set amount to apply

float|string
getCreditToApply()

Get credit to apply

setCreditToApply(float|string $creditToApply)

Set credit to apply

float|string
getDiscountToApply()

Get discount to apply

setDiscountToApply(float|string $discountToApply)

Set discount to apply

writeXml(XMLWriter $xml)

Write the paymentrequestitem block XML

Details

at line line 46
int|string getApplyToRecordId()

Get apply to record ID

Return Value

int|string

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

Set apply to record ID

Parameters

int|string $applyToRecordId

at line line 66
float|string getAmountToApply()

Get amount to apply

Return Value

float|string

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

Set amount to apply

Parameters

float|string $amountToApply

at line line 86
float|string getCreditToApply()

Get credit to apply

Return Value

float|string

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

Set credit to apply

Parameters

float|string $creditToApply

at line line 106
float|string getDiscountToApply()

Get discount to apply

Return Value

float|string

at line line 116
setDiscountToApply(float|string $discountToApply)

Set discount to apply

Parameters

float|string $discountToApply

at line line 126
writeXml(XMLWriter $xml)

Write the paymentrequestitem block XML

Parameters

XMLWriter $xml