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