Uses of Class
Avalara.SDK.model.A1099.V2.Form1099Nec.TypeEnum
-
Packages that use Form1099Nec.TypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099Nec.TypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099Nec.TypeEnum Modifier and Type Method Description static Form1099Nec.TypeEnumForm1099Nec.TypeEnum. fromValue(String value)Form1099Nec.TypeEnumForm1099Nec. getType()Form typeForm1099Nec.TypeEnumForm1099Nec.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Form1099Nec.TypeEnumForm1099Nec.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Form1099Nec.TypeEnum[]Form1099Nec.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in Avalara.SDK.model.A1099.V2 with parameters of type Form1099Nec.TypeEnum Modifier and Type Method Description voidForm1099Nec. setType(Form1099Nec.TypeEnum type)Form1099NecForm1099Nec. type(Form1099Nec.TypeEnum type)voidForm1099Nec.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Form1099Nec.TypeEnum enumeration)
-