AdjustTaxResult::getAdjustmentDescription |
( |
| ) |
|
AdjustmentDescription set while making AdjustTax call.
- Returns
- string
AdjustTaxResult::getAdjustmentReason |
( |
| ) |
|
AdjustmentReason set while making AdjustTax call. It is a high level classification of why an Original Document is being modified.
- Returns
- int
AdjustTaxResult::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
AdjustTaxResult::getDocDate |
( |
| ) |
|
AdjustTaxResult::getDocStatus |
( |
| ) |
|
Gets the document's status after the tax calculation.
- Returns
- DocStatus
AdjustTaxResult::getDocType |
( |
| ) |
|
AdjustTaxResult::getHashCode |
( |
| ) |
|
HashCode to support Reconciliation.
- Returns
- hashCode
AdjustTaxResult::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
AdjustTaxResult::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
AdjustTaxResult::getMessages |
( |
| ) |
|
AdjustTaxResult::getResultCode |
( |
| ) |
|
AdjustTaxResult::getTaxDate |
( |
| ) |
|
AdjustTaxResult::getTaxLine |
( |
|
$lineNo | ) |
|
AdjustTaxResult::getTaxLines |
( |
| ) |
|
Gets the Tax broken down by individual TaxLine.
- Returns
- taxLines
AdjustTaxResult::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
AdjustTaxResult::getTimestamp |
( |
| ) |
|
Date of the last status change on the document (i.e. Save date, Post date, Commit date, Cancel date).
- Returns
- dateTime
AdjustTaxResult::getTotalAmount |
( |
| ) |
|
AdjustTaxResult::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
AdjustTaxResult::getTotalExemption |
( |
| ) |
|
AdjustTaxResult::getTotalTax |
( |
| ) |
|
Gets the total tax for the document.
- Returns
- decimal
AdjustTaxResult::getTotalTaxable |
( |
| ) |
|
AdjustTaxResult::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
AdjustTaxResult::getTransactionId |
( |
| ) |
|
AdjustTaxResult::getVersion |
( |
| ) |
|
Current version of the document.
- Returns
- int
AdjustTaxResult::$AdjustmentDescription |
|
private |
AdjustTaxResult::$AdjustmentReason |
|
private |
AdjustTaxResult::$DocCode |
|
private |
From GetTaxResult- Bug in soapclient requires this copy.
AdjustTaxResult::$DocDate |
|
private |
AdjustTaxResult::$DocStatus |
|
private |
AdjustTaxResult::$DocType |
|
private |
AdjustTaxResult::$HashCode |
|
private |
AdjustTaxResult::$Messages = array() |
|
private |
AdjustTaxResult::$Reconciled |
|
private |
AdjustTaxResult::$ResultCode = 'Success' |
|
private |
AdjustTaxResult::$TaxDate |
|
private |
AdjustTaxResult::$TaxLines |
|
private |
AdjustTaxResult::$TaxSummary |
|
private |
AdjustTaxResult::$Timestamp |
|
private |
AdjustTaxResult::$TotalAmount |
|
private |
AdjustTaxResult::$TotalDiscount |
|
private |
AdjustTaxResult::$TotalExemption |
|
private |
AdjustTaxResult::$TotalTax |
|
private |
AdjustTaxResult::$TotalTaxable |
|
private |
AdjustTaxResult::$TotalTaxCalculated |
|
private |
AdjustTaxResult::$TransactionId |
|
private |
AdjustTaxResult::$Version |
|
private |
The documentation for this class was generated from the following file: