Class PersonCreateParams.Relationship

java.lang.Object
com.stripe.param.v2.core.accounts.PersonCreateParams.Relationship
Enclosing class:
PersonCreateParams

public static class PersonCreateParams.Relationship extends Object
  • Method Details

    • builder

      public static PersonCreateParams.Relationship.Builder builder()
    • getAuthorizer

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

      public Boolean getDirector()
      Indicates whether the person is a director of the associated legal entity.
    • getExecutive

      public Boolean getExecutive()
      Indicates whether the person is an executive of the associated legal entity.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getLegalGuardian

      public Boolean getLegalGuardian()
      Indicates whether the person is a legal guardian of the associated legal entity.
    • getOwner

      public Boolean getOwner()
      Indicates whether the person is an owner of the associated legal entity.
    • getPercentOwnership

      public String getPercentOwnership()
      The percentage of ownership the person has in the associated legal entity.
    • getRepresentative

      public Boolean getRepresentative()
      Indicates whether the person is a representative of the associated legal entity.
    • getTitle

      public String getTitle()
      The title or position the person holds in the associated legal entity.
    • 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