Uses of Class
Avalara.SDK.model.A1099.V2.Form1099Misc.TypeEnum
-
Packages that use Form1099Misc.TypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099Misc.TypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099Misc.TypeEnum Modifier and Type Method Description static Form1099Misc.TypeEnumForm1099Misc.TypeEnum. fromValue(String value)Form1099Misc.TypeEnumForm1099Misc. getType()Form typeForm1099Misc.TypeEnumForm1099Misc.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Form1099Misc.TypeEnumForm1099Misc.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Form1099Misc.TypeEnum[]Form1099Misc.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 Form1099Misc.TypeEnum Modifier and Type Method Description voidForm1099Misc. setType(Form1099Misc.TypeEnum type)Form1099MiscForm1099Misc. type(Form1099Misc.TypeEnum type)voidForm1099Misc.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Form1099Misc.TypeEnum enumeration)
-