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