public final enum

TaxType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.avalara.avatax.services.TaxType

Class Overview

Java class for TaxType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="TaxType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Sales"/>
     <enumeration value="Use"/>
     <enumeration value="ConsumerUse"/>
     <enumeration value="Output"/>
     <enumeration value="Input"/>
     <enumeration value="Nonrecoverable"/>
     <enumeration value="Fee"/>
     <enumeration value="Rental"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
TaxType  CONSUMER_USE   
TaxType  FEE   
TaxType  INPUT   
TaxType  NONRECOVERABLE   
TaxType  OUTPUT   
TaxType  RENTAL   
TaxType  SALES   
TaxType  USE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static TaxType fromValue(String v)
String value()
static TaxType valueOf(String name)
final static TaxType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TaxType CONSUMER_USE

public static final TaxType FEE

public static final TaxType INPUT

public static final TaxType NONRECOVERABLE

public static final TaxType OUTPUT

public static final TaxType RENTAL

public static final TaxType SALES

public static final TaxType USE

Fields

private final String value

Public Methods

public static TaxType fromValue (String v)

Parameters
v

public String value ()

public static TaxType valueOf (String name)

Parameters
name

public static final TaxType[] values ()