| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.avalara.AvalaraDocumentType | |
The document type specifies the category of the document and affects how the document
is treated after a tax calculation. Specified when constructing a GetTaxRequest.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AvalaraDocumentType | PURCHASE_INVOICE | The document is a permanent invoice; document and tax calculation results are saved in the tax history. | |||||||||
| AvalaraDocumentType | PURCHASE_ORDER | Purchase order, estimate, or quote. | |||||||||
| AvalaraDocumentType | RETURN_INVOICE | The document is a permanent sales return invoice; document and tax calculation results are
saved in the tax history GetTaxResult will return with a DocStatus
of Saved. |
|||||||||
| AvalaraDocumentType | RETURN_ORDER | Sales Return Order. | |||||||||
| AvalaraDocumentType | SALES_INVOICE | The document is a permanent invoice; document and tax calculation results are saved in the tax history. | |||||||||
| AvalaraDocumentType | SALES_ORDER | Sales Order, estimate or quote. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The document is a permanent invoice; document and tax calculation results are saved in the tax history.
GetTaxResult will return with a DocStatus of Saved.
Purchase order, estimate, or quote. This is a temporary document type and is not saved in tax history.
GetTaxResult will return with a DocStatus of Temporary.
The document is a permanent sales return invoice; document and tax calculation results are
saved in the tax history GetTaxResult will return with a DocStatus
of Saved.
Sales Return Order. This is a temporary document type and is not saved in tax history.
GetTaxResult will return with a DocStatus of Temporary.
The document is a permanent invoice; document and tax calculation results are saved in the tax history.
GetTaxResult will return with a DocStatus of Saved
Sales Order, estimate or quote. This is a temporary document type and is not saved in tax history.
GetTaxResult will return with a DocStatus of Temporary.