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