Package com.stripe.param
Class TokenCreateParams.Account.Individual.Relationship
java.lang.Object
com.stripe.param.TokenCreateParams.Account.Individual.Relationship
- Enclosing class:
- TokenCreateParams.Account.Individual
State, county, province, or region.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Whether the person is a director of the account's legal entity.Whether the person has significant responsibility to control, manage, or direct the organization.Map of extra parameters for custom features not available in this client library.getOwner()
Whether the person is an owner of the account’s legal entity.The percent owned by the person of the account's legal entity.getTitle()
The person's title (e.g., CEO, Support Engineer).
-
Method Details
-
builder
-
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
Whether the person has significant responsibility to control, manage, or direct the organization. -
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
Whether the person is an owner of the account’s legal entity. -
getPercentOwnership
The percent owned by the person of the account's legal entity. -
getTitle
The person's title (e.g., CEO, Support Engineer).
-