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
|
|
String
|
getAddressServiceEndpoint()
|
|
GetTaxResult
|
getTax(String account, String license, String avalaraClient, String companyCode, AvalaraDocumentType docType, String docCode, XMLGregorianCalendar 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, XMLGregorianCalendar paymentDate, String exchangeRate, XMLGregorianCalendar 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
|
|
String
|
getTaxServiceEndpoint()
|
|
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, XMLGregorianCalendar docDate, String totalAmount, String totalTax, boolean commit, String newDocCode)
Post Tax processor
|
|
void
|
setAddressServiceEndpoint(String addressServiceEndpoint)
|
|
void
|
setClient(AvalaraClient client)
Sets the apiClient.
|
|
void
|
setTaxServiceEndpoint(String taxServiceEndpoint)
|
|
ValidateResult
|
validateAddress(String account, String license, String avalaraClient, String line1, String line2, String line3, String city, String region, String country, String postalCode, String addressCode, Integer taxRegionId, String latitude, String longitude, TextCaseType textCase, boolean coordinates, boolean taxability, XMLGregorianCalendar date)
Validate Address processor.
|
|