public final enum

AddressRequestType

extends Enum<E extends Enum<E>>
implements RequestType
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.avalara.AddressRequestType

Summary

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
private final Class<?> type
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String getResourceName()
String getSimpleName()
<T> Class<T> getType()
<T> T newInstance()
static AddressRequestType valueOf(String name)
final static AddressRequestType[] values()
[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

Enum Values

public static final AddressRequestType IsAuthorized

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.

public static final AddressRequestType Ping

Ping Avalara Address Service to test connectivity and version of the service.

public static final AddressRequestType Validate

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.

Fields

private final Class<?> type

Public Methods

public String getResourceName ()

public String getSimpleName ()

Returns
  • the simple name of the associated class for this entity type

public Class<T> getType ()

Returns
  • the associated class for this entity type

public T newInstance ()

public static AddressRequestType valueOf (String name)

Parameters
name

public static final AddressRequestType[] values ()