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