Package com.stripe.model.v2.core
Class Account.Identity
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
Information about the company, individual, and business represented by the Account.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Attestations from the identity's key people, e.g.static class
Information about the company or business.static class
Information about the individual represented by the Account. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Attestations from the identity's key people, e.g.Information about the company or business.The country in which the account holder resides, or in which the business is legally established.The entity type.Information about the individual represented by the Account.int
hashCode()
void
setAttestations
(Account.Identity.Attestations attestations) Attestations from the identity's key people, e.g.void
setBusinessDetails
(Account.Identity.BusinessDetails businessDetails) Information about the company or business.void
setCountry
(String country) The country in which the account holder resides, or in which the business is legally established.void
setEntityType
(String entityType) The entity type.void
setIndividual
(Account.Identity.Individual individual) Information about the individual represented by the Account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
getAttestations
Attestations from the identity's key people, e.g. owners, executives, directors. -
getBusinessDetails
Information about the company or business. -
getCountry
The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code. -
getEntityType
The entity type.One of
company
,government_entity
,individual
, ornon_profit
. -
getIndividual
Information about the individual represented by the Account. This property isnull
unlessentity_type
is set toindividual
. -
setAttestations
Attestations from the identity's key people, e.g. owners, executives, directors. -
setBusinessDetails
Information about the company or business. -
setCountry
The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code. -
setEntityType
The entity type.One of
company
,government_entity
,individual
, ornon_profit
. -
setIndividual
Information about the individual represented by the Account. This property isnull
unlessentity_type
is set toindividual
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-