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