Class Person.Relationship

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.Relationship
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Person

public static class Person.Relationship extends StripeObject
The specific user onboarding requirement field (in the requirements hash) that needs to be resolved.
  • Constructor Details

    • Relationship

      public Relationship()
  • Method Details

    • getDirector

      public 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 Boolean getExecutive()
      Whether the person has significant responsibility to control, manage, or direct the organization.
    • getLegalGuardian

      public Boolean getLegalGuardian()
      Whether the person is the legal guardian of the account's representative.
    • getOwner

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

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

      public 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 String getTitle()
      The person's title (e.g., CEO, Support Engineer).
    • setDirector

      public void 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 void setExecutive(Boolean executive)
      Whether the person has significant responsibility to control, manage, or direct the organization.
    • setLegalGuardian

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

      public void setOwner(Boolean owner)
      Whether the person is an owner of the account’s legal entity.
    • setPercentOwnership

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

      public void 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

      public void setTitle(String title)
      The person's title (e.g., CEO, Support Engineer).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object