From class
org.mule.modules.avalara.AvalaraModule
|
CancelTaxResult
|
cancelTax(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 docId, String companyCode, AvalaraDocumentType docType, String docCode, String newDocCode)
Commit Tax processor
|
|
String
|
getAccount()
Returns the account.
|
|
AvalaraClient
|
getApiClient()
Returns the apiClient.
|
|
String
|
getAvalaraClient()
Returns the avalaraClient.
|
|
String
|
getLicense()
Returns the license.
|
|
GetTaxResult
|
getTax(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 docId, String companyCode, AvalaraDocumentType docType, String docCode, DetailLevelType detailLevel)
Get Tax History processor
|
|
void
|
init()
|
|
PingResult
|
ping(String message)
|
|
PostTaxResult
|
postTax(String docId, String companyCode, AvalaraDocumentType docType, String docCode, Date docDate, String totalAmount, String totalTax, boolean commit, String newDocCode)
Post Tax processor
|
|
void
|
setAccount(String account)
Sets the account.
|
|
void
|
setAvalaraClient(String avalaraClient)
Sets the avalaraClient.
|
|
void
|
setClient(AvalaraClient client)
Sets the apiClient.
|
|
void
|
setLicense(String lisence)
Sets the license.
|
|
ValidateResult
|
validateAddress(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.
|
|