Sage Intacct SDK for PHP
AbstractArAccountLabel Class Reference
Inheritance diagram for AbstractArAccountLabel:
AbstractFunction FunctionInterface ArAccountLabelCreate ArAccountLabelDelete ArAccountLabelUpdate

Public Member Functions

 getAccountLabel ()
 
 setAccountLabel ($accountLabel)
 
 getDescription ()
 
 setDescription ($description)
 
 getGlAccountNo ()
 
 setGlAccountNo ($glAccountNo)
 
 getOffsetGlAccountNo ()
 
 setOffsetGlAccountNo ($offsetGlAccountNo)
 
 isActive ()
 
 setActive ($active)
 
- 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

 $accountLabel
 
 $description
 
 $glAccountNo
 
 $offsetGlAccountNo
 
 $active
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAccountLabel()

getAccountLabel ( )

Get account label

Returns
string

◆ getDescription()

getDescription ( )

Get description

Returns
string

◆ getGlAccountNo()

getGlAccountNo ( )

Get GL account number

Returns
string

◆ getOffsetGlAccountNo()

getOffsetGlAccountNo ( )

Get offset GL account number

Returns
string

◆ isActive()

isActive ( )

Get active

Returns
bool

◆ setAccountLabel()

setAccountLabel (   $accountLabel)

Set account label

Parameters
string$accountLabel

◆ setActive()

setActive (   $active)

Set active

Parameters
bool$active

◆ setDescription()

setDescription (   $description)

Set description

Parameters
string$description

◆ setGlAccountNo()

setGlAccountNo (   $glAccountNo)

Set GL account number

Parameters
string$glAccountNo

◆ setOffsetGlAccountNo()

setOffsetGlAccountNo (   $offsetGlAccountNo)

Set offset GL account number

Parameters
string$offsetGlAccountNo

Field Documentation

◆ $accountLabel

$accountLabel
protected

◆ $active

$active
protected

◆ $description

$description
protected

◆ $glAccountNo

$glAccountNo
protected

◆ $offsetGlAccountNo

$offsetGlAccountNo
protected