TaxRequest::__construct |
( |
| ) |
|
TaxRequest::getCompanyCode |
( |
| ) |
|
Gets the client application company reference code.
- Returns
- string
TaxRequest::getDocCode |
( |
| ) |
|
Gets the Document Code, that is the internal reference code used by the client application.
If docId is specified, this is not needed.
- Returns
- string
A unique document ID.
This is a unique AvaTax identifier for this document. If known, the CompanyCode, DocCode, and DocType are not needed.
- Returns
- string
- See also
- GetTaxResult::DocId
TaxRequest::getDocType |
( |
| ) |
|
The original document's type, such as Sales Invoice or Purchase Invoice.
- Returns
- string
- See also
- DocumentType
TaxRequest::getHashCode |
( |
| ) |
|
Gets the hashCode value for this GetTaxRequest.
This should be computed by an SDK developer using some standard algorithm out of the content of the object. This value gets stored in the system and can be retrieved for the cross checking [Internal Reconciliation purpose]. See sample code for more details
- Returns
- int
TaxRequest::setCompanyCode |
( |
|
$value | ) |
|
TaxRequest::setDocCode |
( |
|
$value | ) |
|
TaxRequest::setDocId |
( |
|
$value | ) |
|
TaxRequest::setDocType |
( |
|
$value | ) |
|
TaxRequest::setHashCode |
( |
|
$value | ) |
|
Sets the client application company reference code.
If docId is specified, this is not needed.
- Parameters
-
The documentation for this class was generated from the following file: