Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity
- Enclosing class:
- AccountUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
The user agent of the browser from which the Account's representative accepted the terms of service.static enum
static enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected 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.Map of extra parameters for custom features not available in this client library.Information about the individual represented by the Account.int
hashCode()
-
Method Details
-
builder
-
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. -
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. -
getIndividual
Information about the individual represented by the Account. This property isnull
unlessentity_type
is set toindividual
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-