Class PersonUpdateParams.Relationship.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setDirector

        public PersonUpdateParams.Relationship.Builder setDirector​(java.lang.Boolean director)
        Whether the person is a director of the account's legal entity. Currently only required for accounts in the EU. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
      • setExecutive

        public PersonUpdateParams.Relationship.Builder setExecutive​(java.lang.Boolean executive)
        Whether the person has significant responsibility to control, manage, or direct the organization.
      • setPercentOwnership

        public PersonUpdateParams.Relationship.Builder setPercentOwnership​(java.math.BigDecimal percentOwnership)
        The percent owned by the person of the account's legal entity.
      • setRepresentative

        public PersonUpdateParams.Relationship.Builder setRepresentative​(java.lang.Boolean representative)
        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.