Package com.stripe.param
Class AccountPersonListParams.Relationship.Builder
java.lang.Object
com.stripe.param.AccountPersonListParams.Relationship.Builder
- Enclosing class:
- AccountPersonListParams.Relationship
-
Constructor Summary
-
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
(Boolean director) A filter on the list of people returned based on whether these people are directors of the account's company.setExecutive
(Boolean executive) A filter on the list of people returned based on whether these people are executives of the account's company.setLegalGuardian
(Boolean legalGuardian) A filter on the list of people returned based on whether these people are legal guardians of the account's representative.A filter on the list of people returned based on whether these people are owners of the account's company.setRepresentative
(Boolean representative) A filter on the list of people returned based on whether these people are the representative of the account's company.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDirector
A filter on the list of people returned based on whether these people are directors of the account's company. -
setExecutive
A filter on the list of people returned based on whether these people are executives of the account's company. -
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. SeeAccountPersonListParams.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. SeeAccountPersonListParams.Relationship.extraParams
for the field documentation. -
setLegalGuardian
A filter on the list of people returned based on whether these people are legal guardians of the account's representative. -
setOwner
A filter on the list of people returned based on whether these people are owners of the account's company. -
setRepresentative
A filter on the list of people returned based on whether these people are the representative of the account's company.
-