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