Class Account.Identity.Individual.Relationship

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

public static class Account.Identity.Individual.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()
    • getDirector

      public Boolean getDirector()
    • getExecutive

      public Boolean getExecutive()
    • getLegalGuardian

      public Boolean getLegalGuardian()
    • getOwner

      public Boolean getOwner()
    • getPercentOwnership

      public String getPercentOwnership()
    • getRepresentative

      public Boolean getRepresentative()
    • getTitle

      public String getTitle()
    • setAuthorizer

      public void setAuthorizer(Boolean authorizer)
    • setDirector

      public void setDirector(Boolean director)
    • setExecutive

      public void setExecutive(Boolean executive)
    • setLegalGuardian

      public void setLegalGuardian(Boolean legalGuardian)
    • setOwner

      public void setOwner(Boolean owner)
    • setPercentOwnership

      public void setPercentOwnership(String percentOwnership)
    • setRepresentative

      public void setRepresentative(Boolean representative)
    • setTitle

      public void setTitle(String title)
    • 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