Class Person.Relationship

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

public static class Person.Relationship extends StripeObject
For more details about Relationship, please refer to the API Reference.
  • Constructor Details

    • Relationship

      public Relationship()
  • Method Details

    • getAuthorizer

      public Boolean getAuthorizer()
      Whether the individual is an authorizer of the Account’s legal entity.
    • getDirector

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

      public Boolean getLegalGuardian()
      Whether the individual is the legal guardian of the Account’s representative.
    • getOwner

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

      public String getPercentOwnership()
      The percent owned by the individual of the Account’s legal entity.
    • getRepresentative

      public Boolean getRepresentative()
      Whether the individual 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 individual's title (e.g., CEO, Support Engineer).
    • setAuthorizer

      public void setAuthorizer(Boolean authorizer)
      Whether the individual is an authorizer of the Account’s legal entity.
    • setDirector

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

      public void setLegalGuardian(Boolean legalGuardian)
      Whether the individual is the legal guardian of the Account’s representative.
    • setOwner

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

      public void setPercentOwnership(String percentOwnership)
      The percent owned by the individual of the Account’s legal entity.
    • setRepresentative

      public void setRepresentative(Boolean representative)
      Whether the individual 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 individual'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