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