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