Class PersonUpdateParams.Relationship

  • Enclosing class:
    PersonUpdateParams

    public static class PersonUpdateParams.Relationship
    extends java.lang.Object
    Add all elements to `files` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See PersonUpdateParams.Documents.Visa.files for the field documentation.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static PersonUpdateParams.Relationship.Builder builder()  
      java.lang.Boolean getDirector()
      Whether the person is a director of the account's legal entity.
      java.lang.Boolean getExecutive()
      Whether the person has significant responsibility to control, manage, or direct the organization.
      java.util.Map<java.lang.String,​java.lang.Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library.
      java.lang.Boolean getOwner()
      Whether the person is an owner of the account’s legal entity.
      java.lang.Object getPercentOwnership()
      The percent owned by the person of the account's legal entity.
      java.lang.Boolean getRepresentative()
      Whether the person is authorized as the primary representative of the account.
      java.lang.Object getTitle()
      The person's title (e.g., CEO, Support Engineer).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDirector

        public java.lang.Boolean getDirector()
        Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
      • getExecutive

        public java.lang.Boolean getExecutive()
        Whether the person has significant responsibility to control, manage, or direct the organization.
      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.Object> getExtraParams()
        Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
      • getOwner

        public java.lang.Boolean getOwner()
        Whether the person is an owner of the account’s legal entity.
      • getPercentOwnership

        public java.lang.Object getPercentOwnership()
        The percent owned by the person of the account's legal entity.
      • getRepresentative

        public java.lang.Boolean getRepresentative()
        Whether the person is authorized as the primary representative of the account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.
      • getTitle

        public java.lang.Object getTitle()
        The person's title (e.g., CEO, Support Engineer).