| PostTaxRequest::__construct |
( |
| ) |
|
| PostTaxRequest::getCommit |
( |
| ) |
|
| PostTaxRequest::getDocDate |
( |
| ) |
|
| PostTaxRequest::getNewDocCode |
( |
| ) |
|
| PostTaxRequest::getTotalAmount |
( |
| ) |
|
| PostTaxRequest::getTotalTax |
( |
| ) |
|
| PostTaxRequest::setCommit |
( |
|
$value | ) |
|
If this is set to True, AvaTax will Post and Commit the document in one call. A very useful feature if you want to Post/Commit the document in one call this avoides one round trip to AvaTax server.
- Parameters
-
| PostTaxRequest::setDocDate |
( |
|
$value | ) |
|
DocDate should be in the format yyyy-mm-dd
- Parameters
-
| PostTaxRequest::setNewDocCode |
( |
|
$value | ) |
|
New Document Code for the document. As on this version of SDK DocCode can be changed during post using NewDocCode.
- Parameters
-
| PostTaxRequest::setTotalAmount |
( |
|
$value | ) |
|
The total amount (not including tax) for the document.
- Parameters
-
| PostTaxRequest::setTotalTax |
( |
|
$value | ) |
|
The total tax for the document.
- Parameters
-
| PostTaxRequest::$Commit =false |
|
private |
| PostTaxRequest::$NewDocCode |
|
private |
| PostTaxRequest::$TotalAmount |
|
private |
| PostTaxRequest::$TotalTax |
|
private |
The documentation for this class was generated from the following file: