Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Individual.Relationship.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Individual.Relationship.Builder
- Enclosing class:
- AccountUpdateParams.Identity.Individual.Relationship
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setDirector
(EmptyParam director) Whether the person is a director of the account's identity.setDirector
(Boolean director) Whether the person is a director of the account's identity.setExecutive
(EmptyParam executive) Whether the person has significant responsibility to control, manage, or direct the organization.setExecutive
(Boolean executive) Whether the person has significant responsibility to control, manage, or direct the organization.setOwner
(EmptyParam owner) Whether the person is an owner of the account’s identity.Whether the person is an owner of the account’s identity.setPercentOwnership
(EmptyParam percentOwnership) The percent owned by the person of the account's legal entity.setPercentOwnership
(String percentOwnership) The percent owned by the person of the account's legal entity.setTitle
(EmptyParam title) The person's title (e.g., CEO, Support Engineer).
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDirector
Whether the person is a director of the account's identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations. -
setDirector
public AccountUpdateParams.Identity.Individual.Relationship.Builder setDirector(EmptyParam director) Whether the person is a director of the account's identity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations. -
setExecutive
Whether the person has significant responsibility to control, manage, or direct the organization. -
setExecutive
public AccountUpdateParams.Identity.Individual.Relationship.Builder setExecutive(EmptyParam executive) Whether the person has significant responsibility to control, manage, or direct the organization. -
putExtraParam
public AccountUpdateParams.Identity.Individual.Relationship.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountUpdateParams.Identity.Individual.Relationship.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Identity.Individual.Relationship.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountUpdateParams.Identity.Individual.Relationship.extraParams
for the field documentation. -
setOwner
Whether the person is an owner of the account’s identity. -
setOwner
Whether the person is an owner of the account’s identity. -
setPercentOwnership
public AccountUpdateParams.Identity.Individual.Relationship.Builder setPercentOwnership(String percentOwnership) The percent owned by the person of the account's legal entity. -
setPercentOwnership
public AccountUpdateParams.Identity.Individual.Relationship.Builder setPercentOwnership(EmptyParam percentOwnership) The percent owned by the person of the account's legal entity. -
setTitle
The person's title (e.g., CEO, Support Engineer). -
setTitle
-