Uses of Class
Avalara.SDK.model.A1099.V2.Form1099IntResponse.TinTypeEnum
-
Packages that use Form1099IntResponse.TinTypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099IntResponse.TinTypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099IntResponse.TinTypeEnum Modifier and Type Method Description static Form1099IntResponse.TinTypeEnumForm1099IntResponse.TinTypeEnum. fromValue(String value)Form1099IntResponse.TinTypeEnumForm1099IntResponse. getTinType()Get tinTypeForm1099IntResponse.TinTypeEnumForm1099IntResponse.TinTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Form1099IntResponse.TinTypeEnumForm1099IntResponse.TinTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Form1099IntResponse.TinTypeEnum[]Form1099IntResponse.TinTypeEnum. 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 Form1099IntResponse.TinTypeEnum Modifier and Type Method Description voidForm1099IntResponse. setTinType(Form1099IntResponse.TinTypeEnum tinType)Form1099IntResponseForm1099IntResponse. tinType(Form1099IntResponse.TinTypeEnum tinType)voidForm1099IntResponse.TinTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Form1099IntResponse.TinTypeEnum enumeration)
-