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