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