Package com.stripe.model.v2.core
Class AccountPerson.Documents
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountPerson.Documents
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountPerson
Documents that may be submitted to satisfy various informational requests.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
One or more documents that demonstrate proof that this person is authorized to represent the company.static class
One or more documents showing the person’s passport page with photo and personal data.static class
An identifying document showing the person's name, either a passport or local ID card.static class
A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.static class
One or more documents showing the person’s visa required for living in the country where they are residing. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
One or more documents that demonstrate proof that this person is authorized to represent the company.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()
void
setCompanyAuthorization
(AccountPerson.Documents.CompanyAuthorization companyAuthorization) One or more documents that demonstrate proof that this person is authorized to represent the company.void
setPassport
(AccountPerson.Documents.Passport passport) One or more documents showing the person’s passport page with photo and personal data.void
setPrimaryVerification
(AccountPerson.Documents.PrimaryVerification primaryVerification) An identifying document showing the person's name, either a passport or local ID card.void
setSecondaryVerification
(AccountPerson.Documents.SecondaryVerification secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.void
One or more documents showing the person’s visa required for living in the country where they are residing.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Documents
public Documents()
-
-
Method Details
-
getCompanyAuthorization
One or more documents that demonstrate proof that this person is authorized to represent the company. -
getPassport
One or more documents showing the person’s passport page with photo and personal data. -
getPrimaryVerification
An identifying document showing the person's name, either a passport or local ID card. -
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. -
setCompanyAuthorization
public void setCompanyAuthorization(AccountPerson.Documents.CompanyAuthorization companyAuthorization) One or more documents that demonstrate proof that this person is authorized to represent the company. -
setPassport
One or more documents showing the person’s passport page with photo and personal data. -
setPrimaryVerification
An identifying document showing the person's name, either a passport or local ID card. -
setSecondaryVerification
public void setSecondaryVerification(AccountPerson.Documents.SecondaryVerification secondaryVerification) A document showing address, either a passport, local ID card, or utility bill from a well-known utility company. -
setVisa
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()
-