Package com.stripe.param.v2.core
Class AccountCreateParams.Identity
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity
- Enclosing class:
- AccountCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classThe user agent of the browser from which the Account's representative accepted the terms of service.static enumstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected 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.Map of extra parameters for custom features not available in this client library.Information about the person represented by the account.inthashCode()
-
Method Details
-
builder
-
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. -
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@SerializedNamevalue. 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 person represented by the account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-