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