GetTaxResult::getAdjustmentDescription |
( |
| ) |
|
AdjustmentDescription set while making AdjustTax call.
- Returns
- string
GetTaxResult::getAdjustmentReason |
( |
| ) |
|
AdjustmentReason set while making AdjustTax call. It is a high level classification of why an Original Document is being modified.
- Returns
- int
GetTaxResult::getDocCode |
( |
| ) |
|
Gets the internal reference code used by the client application. This is used for operations such as Post and GetTaxHistory.
See GetTaxRequest#getDocCode on GetTaxRequest for more information about this member.
- Returns
- string
GetTaxResult::getDocDate |
( |
| ) |
|
GetTaxResult::getDocId |
( |
| ) |
|
Gets the internal reference code used by the client application. This is used for operations such as Post and GetTaxHistory.
See GetTaxRequest#getDocId on GetTaxRequest for more information about this member.
- Returns
- string
GetTaxResult::getDocStatus |
( |
| ) |
|
Gets the document's status after the tax calculation.
- Returns
- DocStatus
GetTaxResult::getDocType |
( |
| ) |
|
GetTaxResult::getHashCode |
( |
| ) |
|
HashCode to support Reconciliation.
- Returns
- hashCode
GetTaxResult::getIsReconciled |
( |
| ) |
|
True if the document has been reconciled; Only committed documents can be reconciled.
For information on committing documents, see the TaxSvc's TaxSvcSoap#commitTax method. For information on reconciling documents, see the TaxSvcSoap#reconcileTaxHistory method.
- Returns
- boolean
GetTaxResult::getLocked |
( |
| ) |
|
Flag indicating if a Document has been locked by Avalara's MRS process. Locked documents can not be modified and can not be cancelled because they have been reported on Tax Return.
- Returns
- boolean
GetTaxResult::getMessages |
( |
| ) |
|
GetTaxResult::getResultCode |
( |
| ) |
|
GetTaxResult::getTaxDate |
( |
| ) |
|
GetTaxResult::getTaxLine |
( |
|
$lineNo | ) |
|
GetTaxResult::getTaxLines |
( |
| ) |
|
Gets the Tax broken down by individual TaxLine.
- Returns
- taxLines
GetTaxResult::getTaxSummary |
( |
| ) |
|
TaxSummary is now returned when GetTaxRequest.DetailLevel == DetailLevel.Line in addition to DetailLevel.Summary. It is not returned for DetailLevel.Document or DetailLevel.TaxDetail.
- Returns
- ArrayOfTaxDetail
GetTaxResult::getTimestamp |
( |
| ) |
|
Date of the last status change on the document (i.e. Save date, Post date, Commit date, Cancel date).
- Returns
- dateTime
GetTaxResult::getTotalAmount |
( |
| ) |
|
GetTaxResult::getTotalDiscount |
( |
| ) |
|
Gets the sum of all TaxLine TaxLine#getDiscount amounts; Typically it will equal the requested Discount, but, but it is possible that no lines were marked as discounted.
- Returns
- decimal
GetTaxResult::getTotalExemption |
( |
| ) |
|
GetTaxResult::getTotalTax |
( |
| ) |
|
Gets the total tax for the document.
- Returns
- decimal
GetTaxResult::getTotalTaxable |
( |
| ) |
|
GetTaxResult::getTotalTaxCalculated |
( |
| ) |
|
TotalTaxCalculated indicates the total tax calculated by AvaTax. This is usually the same as the TotalTax, except when a tax override amount is specified. This is for informational purposes.The TotalTax will still be used for reporting
- Returns
- unknown
GetTaxResult::getTransactionId |
( |
| ) |
|
GetTaxResult::getVersion |
( |
| ) |
|
Current version of the document.
- Returns
- int
GetTaxResult::$AdjustmentDescription |
|
private |
GetTaxResult::$AdjustmentReason |
|
private |
GetTaxResult::$Messages = array() |
|
private |
GetTaxResult::$Reconciled |
|
private |
GetTaxResult::$ResultCode = 'Success' |
|
private |
GetTaxResult::$TaxSummary |
|
private |
GetTaxResult::$TotalAmount |
|
private |
GetTaxResult::$TotalDiscount |
|
private |
GetTaxResult::$TotalExemption |
|
private |
GetTaxResult::$TotalTaxable |
|
private |
GetTaxResult::$TotalTaxCalculated |
|
private |
GetTaxResult::$TransactionId |
|
private |
The documentation for this class was generated from the following file: