Class TokenCreateParams.Account.Individual.Relationship

java.lang.Object
com.stripe.param.TokenCreateParams.Account.Individual.Relationship
Enclosing class:
TokenCreateParams.Account.Individual

public static class TokenCreateParams.Account.Individual.Relationship extends Object
State, county, province, or region.
  • Method Details

    • builder

    • 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.
    • 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.
    • getOwner

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

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

      public String getTitle()
      The person's title (e.g., CEO, Support Engineer).