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