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