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