Sage Intacct SDK for PHP
AbstractBillLineTaxEntries Class Reference
Inheritance diagram for AbstractBillLineTaxEntries:
AbstractFunction FunctionInterface BillLineTaxEntriesCreate

Public Member Functions

 getTaxId ()
 
 setTaxId ($taxId)
 
 getTaxValue ()
 
 setTaxValue ($taxValue)
 
 writeXml (XMLWriter &$xml)
 
- 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

 $taxId
 
 $taxValue
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getTaxId()

getTaxId ( )

Get Tax Id

Returns
string

◆ getTaxValue()

getTaxValue ( )

Get Tax Value

Returns
float|string

◆ setTaxId()

setTaxId (   $taxId)

Set Tax Id

Parameters
string$taxId

◆ setTaxValue()

setTaxValue (   $taxValue)

Set Tax Value

Parameters
float | string$taxValue

◆ writeXml()

writeXml ( XMLWriter $xml)
abstract

Write the XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.

Reimplemented in BillLineTaxEntriesCreate.

Field Documentation

◆ $taxId

$taxId
protected

◆ $taxValue

$taxValue
protected