Package com.stripe.model.v2.core
Class Account.Identity.Attestations.PersonsProvided
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Attestations.PersonsProvided
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity.Attestations
For more details about PersonsProvided, 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
Whether the company’s directors have been provided.Whether the company’s executives have been provided.Whether the company’s owners have been provided.Reason for why the company is exempt from providing ownership information.int
hashCode()
void
setDirectors
(Boolean directors) Whether the company’s directors have been provided.void
setExecutives
(Boolean executives) Whether the company’s executives have been provided.void
Whether the company’s owners have been provided.void
setOwnershipExemptionReason
(String ownershipExemptionReason) Reason for why the company is exempt from providing ownership information.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PersonsProvided
public PersonsProvided()
-
-
Method Details
-
getDirectors
Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API. -
getExecutives
Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API. -
getOwners
Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API. -
getOwnershipExemptionReason
Reason for why the company is exempt from providing ownership information.One of
qualified_entity_exceeds_ownership_threshold
, orqualifies_as_financial_institution
. -
setDirectors
Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API. -
setExecutives
Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API. -
setOwners
Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API. -
setOwnershipExemptionReason
Reason for why the company is exempt from providing ownership information.One of
qualified_entity_exceeds_ownership_threshold
, orqualifies_as_financial_institution
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-