Sage Intacct SDK for PHP
AbstractAccount Class Reference
Inheritance diagram for AbstractAccount:
AbstractGlAccount AbstractFunction FunctionInterface AccountCreate AccountDelete AccountUpdate

Public Member Functions

 getAccountType ()
 
 setAccountType ($accountType)
 
 getNormalBalance ()
 
 setNormalBalance ($normalBalance)
 
 getClosingType ()
 
 setClosingType ($closingType)
 
 getCloseIntoGlAccountNo ()
 
 setCloseIntoGlAccountNo ($closeIntoGlAccountNo)
 
 getGlAccountAlternative ()
 
 setGlAccountAlternative ($glAccountAlternative)
 
 getTaxReturnCode ()
 
 setTaxReturnCode ($taxReturnCode)
 
 getM3ReturnCode ()
 
 setM3ReturnCode ($m3ReturnCode)
 
 isTaxable ()
 
 setTaxable ($taxable)
 
- 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

 $accountType
 
 $normalBalance
 
 $closingType
 
 $closeIntoGlAccountNo
 
 $glAccountAlternative
 
 $taxReturnCode
 
 $m3ReturnCode
 
 $taxable
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAccountType()

getAccountType ( )
Returns
string

◆ getCloseIntoGlAccountNo()

getCloseIntoGlAccountNo ( )
Returns
string

◆ getClosingType()

getClosingType ( )
Returns
string

◆ getGlAccountAlternative()

getGlAccountAlternative ( )
Returns
string

◆ getM3ReturnCode()

getM3ReturnCode ( )
Returns
string

◆ getNormalBalance()

getNormalBalance ( )
Returns
string

◆ getTaxReturnCode()

getTaxReturnCode ( )
Returns
string

◆ isTaxable()

isTaxable ( )
Returns
bool

◆ setAccountType()

setAccountType (   $accountType)
Parameters
string$accountType

◆ setCloseIntoGlAccountNo()

setCloseIntoGlAccountNo (   $closeIntoGlAccountNo)
Parameters
string$closeIntoGlAccountNo

◆ setClosingType()

setClosingType (   $closingType)
Parameters
string$closingType

◆ setGlAccountAlternative()

setGlAccountAlternative (   $glAccountAlternative)
Parameters
string$glAccountAlternative

◆ setM3ReturnCode()

setM3ReturnCode (   $m3ReturnCode)
Parameters
string$m3ReturnCode

◆ setNormalBalance()

setNormalBalance (   $normalBalance)
Parameters
string$normalBalance

◆ setTaxable()

setTaxable (   $taxable)
Parameters
bool$taxable

◆ setTaxReturnCode()

setTaxReturnCode (   $taxReturnCode)
Parameters
string$taxReturnCode

Field Documentation

◆ $accountType

$accountType
protected

◆ $closeIntoGlAccountNo

$closeIntoGlAccountNo
protected

◆ $closingType

$closingType
protected

◆ $glAccountAlternative

$glAccountAlternative
protected

◆ $m3ReturnCode

$m3ReturnCode
protected

◆ $normalBalance

$normalBalance
protected

◆ $taxable

$taxable
protected

◆ $taxReturnCode

$taxReturnCode
protected