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