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