Sage Intacct SDK for PHP
ArPaymentSummaryCreate Class Reference
Inheritance diagram for ArPaymentSummaryCreate:
AbstractArPaymentSummary AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractArPaymentSummary
 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getTitle ()
 
 setTitle ($title)
 
 getGlPostingDate ()
 
 setGlPostingDate ($glPostingDate)
 
 getBankAccountId ()
 
 setBankAccountId ($bankAccountId)
 
 getUndepositedFundsGlAccountNo ()
 
 setUndepositedFundsGlAccountNo ($undepositedFundsGlAccountNo)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 

Additional Inherited Members

- Protected Attributes inherited from AbstractArPaymentSummary
 $recordNo
 
 $title
 
 $glPostingDate
 
 $bankAccountId
 
 $undepositedFundsGlAccountNo
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new accounts receivable payment summary record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml
Exceptions
InvalidArgumentException

Reimplemented from AbstractFunction.