| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.avalara.AddressRequestType | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AddressRequestType | IsAuthorized | IsAuthorized retrieves information about the operations that a user is allowed to perform. | |||||||||
| AddressRequestType | Ping | Ping Avalara Address Service to test connectivity and version of the service. | |||||||||
| AddressRequestType | Validate | Validate performs an explicit address validation. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| type | |||||||||||
|
[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
| |||||||||||
From interface
org.mule.modules.avalara.RequestType
| |||||||||||
IsAuthorized retrieves information about the operations that a user is allowed to perform. A Successful call with valid credentials and a list of valid operations returns a list of those operations the account is authorized to use, which may be a subset of the requested operations and account expiration date. For security, never returns any operations other than the ones specifically requested.
Ping Avalara Address Service to test connectivity and version of the service.
Validate performs an explicit address validation. This is a standalone address validation call (meaning address validation only no tax calculations) that is passed to the AvaTax web service. During the same call (or port opening), results are returned with a success message (if no ambiguous address information was passed) together with a normalized address. Otherwise an error message indicating the problem and summary details related to the address submitted is returned.