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