Sage Intacct SDK for PHP
InvoiceLineTaxEntriesCreate Class Reference
Inheritance diagram for InvoiceLineTaxEntriesCreate:
AbstractInvoiceLineTaxEntries AbstractFunction FunctionInterface

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractInvoiceLineTaxEntries
 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 AbstractInvoiceLineTaxEntries
 $taxId
 
 $taxValue
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Create a new accounts receivable invoice tax entries line record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the XML

Parameters
XMLWriter$xml

Reimplemented from AbstractInvoiceLineTaxEntries.