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