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