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