Class W9FormBaseMinimalRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class W9FormBaseMinimalRequest
    extends Object
    W9FormBaseMinimalRequest
    • Constructor Detail

      • W9FormBaseMinimalRequest

        public W9FormBaseMinimalRequest()
    • Method Detail

      • getCompanyId

        @Nonnull
        public String getCompanyId()
        The ID of the associated company.
        Returns:
        companyId
      • setCompanyId

        public void setCompanyId​(String companyId)
      • getReferenceId

        @Nullable
        public String getReferenceId()
        A reference identifier for the form.
        Returns:
        referenceId
      • setReferenceId

        public void setReferenceId​(String referenceId)
      • getEmail

        @Nullable
        public String getEmail()
        The email address of the individual associated with the form.
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to W9FormBaseMinimalRequest
      • fromJson

        public static W9FormBaseMinimalRequest fromJson​(String jsonString)
                                                 throws IOException
        Create an instance of W9FormBaseMinimalRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of W9FormBaseMinimalRequest
        Throws:
        IOException - if the JSON string is invalid with respect to W9FormBaseMinimalRequest
      • toJson

        public String toJson()
        Convert an instance of W9FormBaseMinimalRequest to an JSON string
        Returns:
        JSON string