public final enum

ServiceModeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.avalara.ServiceModeType

Class Overview

Specifies the type of tax override. This is only supported by AvaLocal servers. It provides the ability to controls whether tax is calculated locally or remotely when using an AvaLocal server. The default is Automatic which calculates locally unless remote is necessary for non-local addresses

Summary

Enum Values
ServiceModeType  AUTOMATIC  Automated handling by local and/or remote server. 
ServiceModeType  LOCAL  AvaLocal server only. 
ServiceModeType  REMOTE  All lines are calculated by AvaTax remote server. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
ServiceMode toAvalaraServiceMode()
static ServiceModeType valueOf(String name)
final static ServiceModeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ServiceModeType AUTOMATIC

Automated handling by local and/or remote server.

public static final ServiceModeType LOCAL

AvaLocal server only. Lines requiring remote will not be calculated.

public static final ServiceModeType REMOTE

All lines are calculated by AvaTax remote server.

Fields

private final String value

Public Methods

public ServiceMode toAvalaraServiceMode ()

public static ServiceModeType valueOf (String name)

Parameters
name

public static final ServiceModeType[] values ()