Package Avalara.SDK.model.A1099.V2
Enum Form1042S.TaxRateChap3Enum
- java.lang.Object
-
- java.lang.Enum<Form1042S.TaxRateChap3Enum>
-
- Avalara.SDK.model.A1099.V2.Form1042S.TaxRateChap3Enum
-
- All Implemented Interfaces:
Serializable,Comparable<Form1042S.TaxRateChap3Enum>
- Enclosing class:
- Form1042S
public static enum Form1042S.TaxRateChap3Enum extends Enum<Form1042S.TaxRateChap3Enum>
Tax rate (Chapter 3) - Required if WithholdingIndicator is 3 (Chapter 3). Available values: - 00.00: 0.00% - 02.00: 2.00% - 04.00: 4.00% - 04.90: 4.90% - 04.95: 4.95% - 05.00: 5.00% - 07.00: 7.00% - 08.00: 8.00% - 10.00: 10.00% - 12.00: 12.00% - 12.50: 12.50% - 14.00: 14.00% - 15.00: 15.00% - 17.50: 17.50% - 20.00: 20.00% - 21.00: 21.00% - 24.00: 24.00% - 25.00: 25.00% - 27.50: 27.50% - 28.00: 28.00% - 30.00: 30.00% - 37.00: 37.00%
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1042S.TaxRateChap3Enum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Form1042S.TaxRateChap3EnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static Form1042S.TaxRateChap3EnumvalueOf(String name)Returns the enum constant of this type with the specified name.static Form1042S.TaxRateChap3Enum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_00_00
public static final Form1042S.TaxRateChap3Enum _00_00
-
_02_00
public static final Form1042S.TaxRateChap3Enum _02_00
-
_04_00
public static final Form1042S.TaxRateChap3Enum _04_00
-
_04_90
public static final Form1042S.TaxRateChap3Enum _04_90
-
_04_95
public static final Form1042S.TaxRateChap3Enum _04_95
-
_05_00
public static final Form1042S.TaxRateChap3Enum _05_00
-
_07_00
public static final Form1042S.TaxRateChap3Enum _07_00
-
_08_00
public static final Form1042S.TaxRateChap3Enum _08_00
-
_10_00
public static final Form1042S.TaxRateChap3Enum _10_00
-
_12_00
public static final Form1042S.TaxRateChap3Enum _12_00
-
_12_50
public static final Form1042S.TaxRateChap3Enum _12_50
-
_14_00
public static final Form1042S.TaxRateChap3Enum _14_00
-
_15_00
public static final Form1042S.TaxRateChap3Enum _15_00
-
_17_50
public static final Form1042S.TaxRateChap3Enum _17_50
-
_20_00
public static final Form1042S.TaxRateChap3Enum _20_00
-
_21_00
public static final Form1042S.TaxRateChap3Enum _21_00
-
_24_00
public static final Form1042S.TaxRateChap3Enum _24_00
-
_25_00
public static final Form1042S.TaxRateChap3Enum _25_00
-
_27_50
public static final Form1042S.TaxRateChap3Enum _27_50
-
_28_00
public static final Form1042S.TaxRateChap3Enum _28_00
-
_30_00
public static final Form1042S.TaxRateChap3Enum _30_00
-
_37_00
public static final Form1042S.TaxRateChap3Enum _37_00
-
-
Method Detail
-
values
public static Form1042S.TaxRateChap3Enum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Form1042S.TaxRateChap3Enum c : Form1042S.TaxRateChap3Enum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Form1042S.TaxRateChap3Enum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<Form1042S.TaxRateChap3Enum>
-
fromValue
public static Form1042S.TaxRateChap3Enum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-