Sage Intacct SDK for PHP
ArPaymentItem Class Reference

Public Member Functions

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

Member Function Documentation

◆ getAmountToApply()

getAmountToApply ( )

Get amount to apply

Returns
float|string

◆ getApplyToRecordId()

getApplyToRecordId ( )

Get apply to record ID

Returns
int|string

◆ setAmountToApply()

setAmountToApply (   $amountToApply)

Set amount to apply

Parameters
float | string$amountToApply

◆ setApplyToRecordId()

setApplyToRecordId (   $applyToRecordId)

Set apply to record ID

Parameters
int | string$applyToRecordId

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the arpaymentitem block XML

Parameters
XMLWriter$xml