Uses of Class
Avalara.SDK.model.A1099.V2.FormRequestModel.FormTypeEnum
-
Packages that use FormRequestModel.FormTypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of FormRequestModel.FormTypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return FormRequestModel.FormTypeEnum Modifier and Type Method Description static FormRequestModel.FormTypeEnumFormRequestModel.FormTypeEnum. fromValue(String value)FormRequestModel.FormTypeEnumFormRequestModel. getFormType()\"W9\" is currently the only supported valueFormRequestModel.FormTypeEnumFormRequestModel.FormTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FormRequestModel.FormTypeEnumFormRequestModel.FormTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FormRequestModel.FormTypeEnum[]FormRequestModel.FormTypeEnum. 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 FormRequestModel.FormTypeEnum Modifier and Type Method Description FormRequestModelFormRequestModel. formType(FormRequestModel.FormTypeEnum formType)voidFormRequestModel. setFormType(FormRequestModel.FormTypeEnum formType)voidFormRequestModel.FormTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FormRequestModel.FormTypeEnum enumeration)
-