Class PersonCreateParams.Relationship.Builder

java.lang.Object
com.stripe.param.PersonCreateParams.Relationship.Builder
Enclosing class:
PersonCreateParams.Relationship

public static class PersonCreateParams.Relationship.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setDirector

      public PersonCreateParams.Relationship.Builder setDirector(Boolean director)
      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.
    • setExecutive

      public PersonCreateParams.Relationship.Builder setExecutive(Boolean executive)
      Whether the person has significant responsibility to control, manage, or direct the organization.
    • putExtraParam

      public PersonCreateParams.Relationship.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See PersonCreateParams.Relationship.extraParams for the field documentation.
    • putAllExtraParam

      public PersonCreateParams.Relationship.Builder putAllExtraParam(Map<String,Object> map)
      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See PersonCreateParams.Relationship.extraParams for the field documentation.
    • setLegalGuardian

      public PersonCreateParams.Relationship.Builder setLegalGuardian(Boolean legalGuardian)
      Whether the person is the legal guardian of the account's representative.
    • setOwner

      Whether the person is an owner of the account’s legal entity.
    • setPercentOwnership

      public PersonCreateParams.Relationship.Builder setPercentOwnership(BigDecimal percentOwnership)
      The percent owned by the person of the account's legal entity.
    • setPercentOwnership

      public PersonCreateParams.Relationship.Builder setPercentOwnership(EmptyParam percentOwnership)
      The percent owned by the person of the account's legal entity.
    • setRepresentative

      public PersonCreateParams.Relationship.Builder setRepresentative(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.
    • setTitle