Class PersonUpdateParams.Relationship.Builder
java.lang.Object
com.stripe.param.v2.core.accounts.PersonUpdateParams.Relationship.Builder
- Enclosing class:
- PersonUpdateParams.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.setAuthorizer
(Boolean authorizer) Whether the individual is an authorizer of the Account’s legal entity.setDirector
(Boolean director) Indicates whether the person is a director of the associated legal entity.setExecutive
(Boolean executive) Indicates whether the person is an executive of the associated legal entity.setLegalGuardian
(Boolean legalGuardian) Indicates whether the person is a legal guardian of the associated legal entity.Indicates whether the person is an owner of the associated legal entity.setPercentOwnership
(EmptyParam percentOwnership) The percentage of ownership the person has in the associated legal entity.setPercentOwnership
(String percentOwnership) The percentage of ownership the person has in the associated legal entity.setRepresentative
(Boolean representative) Indicates whether the person is a representative of the associated legal entity.setTitle
(EmptyParam title) The title or position the person holds in the associated legal entity.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAuthorizer
Whether the individual is an authorizer of the Account’s legal entity. -
setDirector
Indicates whether the person is a director of the associated legal entity. -
setExecutive
Indicates whether the person is an executive of the associated legal entity. -
putExtraParam
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. SeePersonUpdateParams.Relationship.extraParams
for the field documentation. -
putAllExtraParam
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. SeePersonUpdateParams.Relationship.extraParams
for the field documentation. -
setLegalGuardian
Indicates whether the person is a legal guardian of the associated legal entity. -
setOwner
Indicates whether the person is an owner of the associated legal entity. -
setPercentOwnership
The percentage of ownership the person has in the associated legal entity. -
setPercentOwnership
The percentage of ownership the person has in the associated legal entity. -
setRepresentative
Indicates whether the person is a representative of the associated legal entity. -
setTitle
The title or position the person holds in the associated legal entity. -
setTitle
-