Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.Attestations
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.Attestations
- Enclosing class:
- AccountCreateParams.Identity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classThe user agent of the browser from which the director attestation was made.static classThe user agent of the browser from which the beneficial owner attestation was made.static classstatic classThe user agent of the browser from which the representative attestation was made. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThis hash is used to attest that the directors information provided to Stripe is both current and correct.Map of extra parameters for custom features not available in this client library.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.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.inthashCode()
-
Method Details
-
builder
-
getDirectorshipDeclaration
public AccountCreateParams.Identity.Attestations.DirectorshipDeclaration getDirectorshipDeclaration()This hash is used to attest that the directors information provided to Stripe is both current and correct. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getOwnershipDeclaration
This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct. -
getPersonsProvided
Attestation that all Persons with a specific Relationship value have been provided. -
getRepresentativeDeclaration
public AccountCreateParams.Identity.Attestations.RepresentativeDeclaration getRepresentativeDeclaration()This hash is used to attest that the representative is authorized to act as the representative of their legal entity. -
getTermsOfService
Attestations of accepted terms of service agreements. -
equals
-
canEqual
-
hashCode
public int hashCode()
-