Sage Intacct SDK for PHP
AbstractGlBatch Class Reference
Inheritance diagram for AbstractGlBatch:
AbstractFunction FunctionInterface AbstractJournalEntry AbstractStatisticalJournalEntry JournalEntryCreate JournalEntryDelete StatisticalJournalEntryCreate StatisticalJournalEntryDelete

Public Member Functions

 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getJournalSymbol ()
 
 setJournalSymbol ($journalSymbol)
 
 getPostingDate ()
 
 setPostingDate ($postingDate)
 
 getReverseDate ()
 
 setReverseDate ($reverseDate)
 
 getDescription ()
 
 setDescription ($description)
 
 getHistoryComment ()
 
 setHistoryComment ($historyComment)
 
 getReferenceNumber ()
 
 setReferenceNumber ($referenceNumber)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getAction ()
 
 setAction ($action)
 
 getLines ()
 
 setLines ($lines)
 
- 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
 
 $journalSymbol
 
 $postingDate
 
 $reverseDate
 
 $description
 
 $historyComment
 
 $referenceNumber
 
 $attachmentsId
 
 $action
 
 $lines = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAction()

getAction ( )
Returns
string

◆ getAttachmentsId()

getAttachmentsId ( )
Returns
string

◆ getDescription()

getDescription ( )
Returns
string

◆ getHistoryComment()

getHistoryComment ( )
Returns
string

◆ getJournalSymbol()

getJournalSymbol ( )
Returns
string

◆ getLines()

getLines ( )
Returns
AbstractGlEntry[]

◆ getPostingDate()

getPostingDate ( )
Returns
\DateTime

◆ getRecordNo()

getRecordNo ( )
Returns
int|string

◆ getReferenceNumber()

getReferenceNumber ( )
Returns
string

◆ getReverseDate()

getReverseDate ( )
Returns
\DateTime

◆ setAction()

setAction (   $action)
Parameters
string$action

◆ setAttachmentsId()

setAttachmentsId (   $attachmentsId)
Parameters
string$attachmentsId

◆ setDescription()

setDescription (   $description)
Parameters
string$description

◆ setHistoryComment()

setHistoryComment (   $historyComment)
Parameters
string$historyComment

◆ setJournalSymbol()

setJournalSymbol (   $journalSymbol)
Parameters
string$journalSymbol

◆ setLines()

setLines (   $lines)
Parameters
AbstractGlEntry[]$lines

◆ setPostingDate()

setPostingDate (   $postingDate)
Parameters
\DateTime$postingDate

◆ setRecordNo()

setRecordNo (   $recordNo)
Parameters
int | string$recordNo

◆ setReferenceNumber()

setReferenceNumber (   $referenceNumber)
Parameters
string$referenceNumber

◆ setReverseDate()

setReverseDate (   $reverseDate)
Parameters
\DateTime$reverseDate

Field Documentation

◆ $action

$action
protected

◆ $attachmentsId

$attachmentsId
protected

◆ $description

$description
protected

◆ $historyComment

$historyComment
protected

◆ $journalSymbol

$journalSymbol
protected

◆ $lines

$lines = []
protected

◆ $postingDate

$postingDate
protected

◆ $recordNo

$recordNo
protected

◆ $referenceNumber

$referenceNumber
protected

◆ $reverseDate

$reverseDate
protected