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