Sage Intacct SDK for PHP
ReimbursementRequestItem Class Reference

Public Member Functions

 getApplyToRecordId ()
 
 setApplyToRecordId ($applyToRecordId)
 
 getAmountToApply ()
 
 setAmountToApply ($amountToApply)
 
 getCreditToApply ()
 
 setCreditToApply ($creditToApply)
 
 writeXml (XMLWriter &$xml)
 

Member Function Documentation

◆ getAmountToApply()

getAmountToApply ( )
Returns
float|string

◆ getApplyToRecordId()

getApplyToRecordId ( )
Returns
int|string

◆ getCreditToApply()

getCreditToApply ( )
Returns
float|string

◆ setAmountToApply()

setAmountToApply (   $amountToApply)
Parameters
float | string$amountToApply

◆ setApplyToRecordId()

setApplyToRecordId (   $applyToRecordId)
Parameters
int | string$applyToRecordId

◆ setCreditToApply()

setCreditToApply (   $creditToApply)
Parameters
float | string$creditToApply

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the paymentrequestitem block XML

Parameters
XMLWriter$xml