Sage Intacct SDK for PHP
AbstractBillSummary Class Reference
Inheritance diagram for AbstractBillSummary:
AbstractFunction FunctionInterface BillSummaryCreate

Public Member Functions

 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getTitle ()
 
 setTitle ($title)
 
 getGlPostingDate ()
 
 setGlPostingDate ($glPostingDate)
 
- 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
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getGlPostingDate()

getGlPostingDate ( )

Get GL posting date

Returns
\DateTime

◆ getRecordNo()

getRecordNo ( )

Get record number

Returns
int|string

◆ getTitle()

getTitle ( )

Get title

Returns
string

◆ 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

Field Documentation

◆ $glPostingDate

$glPostingDate
protected

◆ $recordNo

$recordNo
protected

◆ $title

$title
protected