Uses of Class
Avalara.SDK.model.A1099.V2.W9FormDataModel.TypeEnum
-
Packages that use W9FormDataModel.TypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of W9FormDataModel.TypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return W9FormDataModel.TypeEnum Modifier and Type Method Description static W9FormDataModel.TypeEnumW9FormDataModel.TypeEnum. fromValue(String value)W9FormDataModel.TypeEnumW9FormDataModel. getType()Type of the form, always W9 for this model.W9FormDataModel.TypeEnumW9FormDataModel.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static W9FormDataModel.TypeEnumW9FormDataModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static W9FormDataModel.TypeEnum[]W9FormDataModel.TypeEnum. 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 W9FormDataModel.TypeEnum Modifier and Type Method Description voidW9FormDataModel.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, W9FormDataModel.TypeEnum enumeration)Constructors in Avalara.SDK.model.A1099.V2 with parameters of type W9FormDataModel.TypeEnum Constructor Description W9FormDataModel(W9FormDataModel.TypeEnum type)
-