Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.Attestations.PersonsProvided.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.Attestations.PersonsProvided.Builder
- Enclosing class:
- AccountCreateParams.Identity.Attestations.PersonsProvided
public static class AccountCreateParams.Identity.Attestations.PersonsProvided.Builder
extends Object
-
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.setDirectors
(Boolean directors) Whether the company’s directors have been provided.setExecutives
(Boolean executives) Whether the company’s executives have been provided.Whether the company’s owners have been provided.setOwnershipExemptionReason
(AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason ownershipExemptionReason) Reason for why the company is exempt from providing ownership information.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDirectors
public AccountCreateParams.Identity.Attestations.PersonsProvided.Builder setDirectors(Boolean directors) Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API. -
setExecutives
public AccountCreateParams.Identity.Attestations.PersonsProvided.Builder setExecutives(Boolean executives) Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API. -
putExtraParam
public AccountCreateParams.Identity.Attestations.PersonsProvided.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. SeeAccountCreateParams.Identity.Attestations.PersonsProvided.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Identity.Attestations.PersonsProvided.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. SeeAccountCreateParams.Identity.Attestations.PersonsProvided.extraParams
for the field documentation. -
setOwners
Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API. -
setOwnershipExemptionReason
public AccountCreateParams.Identity.Attestations.PersonsProvided.Builder setOwnershipExemptionReason(AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason ownershipExemptionReason) Reason for why the company is exempt from providing ownership information.
-