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