Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.Individual.Documents
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.Individual.Documents
- Enclosing class:
- AccountCreateParams.Identity.Individual
Required. The year of birth.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
One or more documents that demonstrate proof that this person is authorized to represent the company.Map of extra parameters for custom features not available in this client library.One or more documents showing the person’s passport page with photo and personal data.An identifying document showing the person's name, either a passport or local ID card.A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.getVisa()
One or more documents showing the person’s visa required for living in the country where they are residing.int
hashCode()
-
Method Details
-
builder
-
getCompanyAuthorization
public AccountCreateParams.Identity.Individual.Documents.CompanyAuthorization getCompanyAuthorization()One or more documents that demonstrate proof that this person is authorized to represent the company. -
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. -
getPassport
One or more documents showing the person’s passport page with photo and personal data. -
getPrimaryVerification
public AccountCreateParams.Identity.Individual.Documents.PrimaryVerification getPrimaryVerification()An identifying document showing the person's name, either a passport or local ID card. -
getSecondaryVerification
public AccountCreateParams.Identity.Individual.Documents.SecondaryVerification getSecondaryVerification()A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
getVisa
One or more documents showing the person’s visa required for living in the country where they are residing. -
equals
-
canEqual
-
hashCode
public int hashCode()
-