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

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractBillLineTaxEntries
 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)
 

Additional Inherited Members

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

Detailed Description

Create a new accounts payable bill tax entries line record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the XML

Parameters
XMLWriter$xml

Reimplemented from AbstractBillLineTaxEntries.