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