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

Public Member Functions

 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)
 

Protected Attributes

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

Member Function Documentation

◆ getBankAccountId()

getBankAccountId ( )

Get bank account ID

Returns
string

◆ getGlPostingDate()

getGlPostingDate ( )

Get GL posting date

Returns
\DateTime

◆ getRecordNo()

getRecordNo ( )

Get record number

Returns
int|string

◆ getTitle()

getTitle ( )

Get title

Returns
string

◆ getUndepositedFundsGlAccountNo()

getUndepositedFundsGlAccountNo ( )

Get undeposited funds GL account number

Returns
string

◆ setBankAccountId()

setBankAccountId (   $bankAccountId)

Set bank account ID

Parameters
string$bankAccountId

◆ setGlPostingDate()

setGlPostingDate (   $glPostingDate)

Set GL posting date

Parameters
\DateTime$glPostingDate

◆ setRecordNo()

setRecordNo (   $recordNo)

Set record number

Parameters
int | string$recordNo

◆ setTitle()

setTitle (   $title)

Set title

Parameters
string$title

◆ setUndepositedFundsGlAccountNo()

setUndepositedFundsGlAccountNo (   $undepositedFundsGlAccountNo)

Set undeposited funds GL account number

Parameters
string$undepositedFundsGlAccountNo

Field Documentation

◆ $bankAccountId

$bankAccountId
protected

◆ $glPostingDate

$glPostingDate
protected

◆ $recordNo

$recordNo
protected

◆ $title

$title
protected

◆ $undepositedFundsGlAccountNo

$undepositedFundsGlAccountNo
protected