From class
org.mule.modules.avalara.AvalaraModule
|
CancelTaxResult
|
cancelTax(String account, String license, String avalaraClient, String docId, String companyCode, AvalaraDocumentType docType, String docCode, CancelCodeType cancelCode)
Cancel tax, indicating the document that should be cancelled and the reason
for the operation.
|
|
CommitTaxResult
|
commitTax(String account, String license, String avalaraClient, String docId, String companyCode, AvalaraDocumentType docType, String docCode, String newDocCode)
Commit Tax processor
|
|
GetTaxResult
|
getTax(String account, String license, String avalaraClient, String companyCode, AvalaraDocumentType docType, String docCode, Date docDate, String salespersonCode, String customerCode, String customerUsageType, String discount, String purchaseOrderNo, String exemptionNo, String originCode, String destinationCode, List<Map<String, Object>> baseAddresses, List<Map<String, Object>> lines, DetailLevelType detailLevel, String referenceCode, String locationCode, boolean commit, String batchCode, Map<String, Object> taxOverride, String currencyCode, ServiceModeType serviceMode, Date paymentDate, String exchangeRate, Date exchangeRateEffDate)
Get Tax processor.
|
|
GetTaxHistoryResult
|
getTaxHistory(String account, String license, String avalaraClient, String docId, String companyCode, AvalaraDocumentType docType, String docCode, DetailLevelType detailLevel)
Get Tax History processor
|
|
void
|
init()
|
|
PingResult
|
ping(String account, String license, String avalaraClient, String message)
|
|
PostTaxResult
|
postTax(String account, String license, String avalaraClient, String docId, String companyCode, AvalaraDocumentType docType, String docCode, Date docDate, String totalAmount, String totalTax, boolean commit, String newDocCode)
Post Tax processor
|
|
void
|
setClient(AvalaraClient client)
Sets the apiClient.
|
|
ValidateResult
|
validateAddress(String account, String license, String avalaraClient, String line1, String line2, String line3, String city, String region, String country, String postalCode, String addressCode, int taxRegionId, String latitude, String longitude, TextCaseType textCase, boolean coordinates, boolean taxability, Date date)
Validate Address processor.
|
|