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