Package com.stripe.model.v2.core
Class Account.Identity.Attestations
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Attestations
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity
For more details about Attestations, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about DirectorshipDeclaration, please refer to the API Reference.static class
For more details about OwnershipDeclaration, please refer to the API Reference.static class
For more details about PersonsProvided, please refer to the API Reference.static class
For more details about TermsOfService, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
This hash is used to attest that the directors information provided to Stripe is both current and correct.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()
void
setDirectorshipDeclaration
(Account.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct.void
setOwnershipDeclaration
(Account.Identity.Attestations.OwnershipDeclaration ownershipDeclaration) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.void
setPersonsProvided
(Account.Identity.Attestations.PersonsProvided personsProvided) Attestation that all Persons with a specific Relationship value have been provided.void
setTermsOfService
(Account.Identity.Attestations.TermsOfService termsOfService) Attestations of accepted terms of service agreements.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Attestations
public Attestations()
-
-
Method Details
-
getDirectorshipDeclaration
This hash is used to attest that the directors information provided to Stripe is both current and correct. -
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. -
setDirectorshipDeclaration
public void setDirectorshipDeclaration(Account.Identity.Attestations.DirectorshipDeclaration directorshipDeclaration) This hash is used to attest that the directors information provided to Stripe is both current and correct. -
setOwnershipDeclaration
public void setOwnershipDeclaration(Account.Identity.Attestations.OwnershipDeclaration ownershipDeclaration) This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct. -
setPersonsProvided
Attestation that all Persons with a specific Relationship value have been provided. -
setTermsOfService
Attestations of accepted terms of service agreements. -
equals
-
canEqual
-
hashCode
public int hashCode()
-