Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Identity.Attestations.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.Attestations.Builder
- Enclosing class:
- AccountTokenCreateParams.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(AccountTokenCreateParams.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct; IP, date, and User Agent are expanded by Stripe.setOwnershipDeclaration(AccountTokenCreateParams.Identity.Attestations.OwnershipDeclaration ownershipDeclaration) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct; IP, date, and User Agent are expanded by Stripe.Attestation that all Persons with a specific Relationship value have been provided.setRepresentativeDeclaration(AccountTokenCreateParams.Identity.Attestations.RepresentativeDeclaration representativeDeclaration) This hash is used to attest that the representative is authorized to act as the representative of their legal entity; IP, date, and User Agent are expanded by Stripe.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 AccountTokenCreateParams.Identity.Attestations.Builder setDirectorshipDeclaration(AccountTokenCreateParams.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct; IP, date, and User Agent are expanded by Stripe. -
putExtraParam
public AccountTokenCreateParams.Identity.Attestations.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. SeeAccountTokenCreateParams.Identity.Attestations.extraParamsfor the field documentation. -
putAllExtraParam
public AccountTokenCreateParams.Identity.Attestations.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. SeeAccountTokenCreateParams.Identity.Attestations.extraParamsfor the field documentation. -
setOwnershipDeclaration
public AccountTokenCreateParams.Identity.Attestations.Builder setOwnershipDeclaration(AccountTokenCreateParams.Identity.Attestations.OwnershipDeclaration ownershipDeclaration) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct; IP, date, and User Agent are expanded by Stripe. -
setPersonsProvided
public AccountTokenCreateParams.Identity.Attestations.Builder setPersonsProvided(AccountTokenCreateParams.Identity.Attestations.PersonsProvided personsProvided) Attestation that all Persons with a specific Relationship value have been provided. -
setRepresentativeDeclaration
public AccountTokenCreateParams.Identity.Attestations.Builder setRepresentativeDeclaration(AccountTokenCreateParams.Identity.Attestations.RepresentativeDeclaration representativeDeclaration) This hash is used to attest that the representative is authorized to act as the representative of their legal entity; IP, date, and User Agent are expanded by Stripe. -
setTermsOfService
public AccountTokenCreateParams.Identity.Attestations.Builder setTermsOfService(AccountTokenCreateParams.Identity.Attestations.TermsOfService termsOfService) Attestations of accepted terms of service agreements.
-