Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Attestations.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.Builder
- Enclosing class:
- AccountUpdateParams.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
(AccountUpdateParams.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct.setOwnershipDeclaration
(AccountUpdateParams.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.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 AccountUpdateParams.Identity.Attestations.Builder setDirectorshipDeclaration(AccountUpdateParams.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. SeeAccountUpdateParams.Identity.Attestations.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. SeeAccountUpdateParams.Identity.Attestations.extraParams
for the field documentation. -
setOwnershipDeclaration
public AccountUpdateParams.Identity.Attestations.Builder setOwnershipDeclaration(AccountUpdateParams.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 AccountUpdateParams.Identity.Attestations.Builder setPersonsProvided(AccountUpdateParams.Identity.Attestations.PersonsProvided personsProvided) Attestation that all Persons with a specific Relationship value have been provided. -
setTermsOfService
public AccountUpdateParams.Identity.Attestations.Builder setTermsOfService(AccountUpdateParams.Identity.Attestations.TermsOfService termsOfService) Attestations of accepted terms of service agreements.
-