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