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