Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.Attestations.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.Attestations.Builder
- Enclosing class:
- AccountCreateParams.Identity.Attestations
-
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.setDirectorshipDeclaration(AccountCreateParams.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct.setOwnershipDeclaration(AccountCreateParams.Identity.Attestations.OwnershipDeclaration ownershipDeclaration) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.Attestation that all Persons with a specific Relationship value have been provided.setRepresentativeDeclaration(AccountCreateParams.Identity.Attestations.RepresentativeDeclaration representativeDeclaration) This hash is used to attest that the representative is authorized to act as the representative of their legal entity.Attestations of accepted terms of service agreements.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDirectorshipDeclaration
public AccountCreateParams.Identity.Attestations.Builder setDirectorshipDeclaration(AccountCreateParams.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct. -
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. SeeAccountCreateParams.Identity.Attestations.extraParamsfor 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. SeeAccountCreateParams.Identity.Attestations.extraParamsfor the field documentation. -
setOwnershipDeclaration
public AccountCreateParams.Identity.Attestations.Builder setOwnershipDeclaration(AccountCreateParams.Identity.Attestations.OwnershipDeclaration ownershipDeclaration) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct. -
setPersonsProvided
public AccountCreateParams.Identity.Attestations.Builder setPersonsProvided(AccountCreateParams.Identity.Attestations.PersonsProvided personsProvided) Attestation that all Persons with a specific Relationship value have been provided. -
setRepresentativeDeclaration
public AccountCreateParams.Identity.Attestations.Builder setRepresentativeDeclaration(AccountCreateParams.Identity.Attestations.RepresentativeDeclaration representativeDeclaration) This hash is used to attest that the representative is authorized to act as the representative of their legal entity. -
setTermsOfService
public AccountCreateParams.Identity.Attestations.Builder setTermsOfService(AccountCreateParams.Identity.Attestations.TermsOfService termsOfService) Attestations of accepted terms of service agreements.
-