Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Attestations
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations
- Enclosing class:
- AccountUpdateParams.Identity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
The user agent of the browser from which the director attestation was made.static class
The user agent of the browser from which the beneficial owner attestation was made.static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
This 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.Attestations of accepted terms of service agreements.int
hashCode()
-
Method Details
-
builder
-
getDirectorshipDeclaration
public AccountUpdateParams.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@SerializedName
value. 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. -
getTermsOfService
Attestations of accepted terms of service agreements. -
equals
-
canEqual
-
hashCode
public int hashCode()
-