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 classAttestations from the identity's key people, e.g.static classInformation about the company or business.static classInformation 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 booleanbooleanAttestations 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.inthashCode()voidsetAttestations(Account.Identity.Attestations attestations) Attestations from the identity's key people, e.g.voidsetBusinessDetails(Account.Identity.BusinessDetails businessDetails) Information about the company or business.voidsetCountry(String country) The country in which the account holder resides, or in which the business is legally established.voidsetEntityType(String entityType) The entity type.voidsetIndividual(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, representatives. -
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 isnullunlessentity_typeis set toindividual. -
setAttestations
Attestations from the identity's key people, e.g. owners, executives, directors, representatives. -
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 isnullunlessentity_typeis set toindividual. -
equals
-
canEqual
-
hashCode
public int hashCode()
-