Package com.stripe.param
Class TokenCreateParams.Person.Documents
- java.lang.Object
-
- com.stripe.param.TokenCreateParams.Person.Documents
-
- Enclosing class:
- TokenCreateParams.Person
public static class TokenCreateParams.Person.Documents extends java.lang.ObjectThe four-digit year of birth.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenCreateParams.Person.Documents.Builderstatic classTokenCreateParams.Person.Documents.CompanyAuthorizationstatic classTokenCreateParams.Person.Documents.PassportAdd all elements to `files` list.static classTokenCreateParams.Person.Documents.VisaAdd all elements to `files` list.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TokenCreateParams.Person.Documents.Builderbuilder()TokenCreateParams.Person.Documents.CompanyAuthorizationgetCompanyAuthorization()One or more documents that demonstrate proof that this person is authorized to represent the company.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.TokenCreateParams.Person.Documents.PassportgetPassport()One or more documents showing the person's passport page with photo and personal data.TokenCreateParams.Person.Documents.VisagetVisa()One or more documents showing the person's visa required for living in the country where they are residing.
-
-
-
Method Detail
-
builder
public static TokenCreateParams.Person.Documents.Builder builder()
-
getCompanyAuthorization
public TokenCreateParams.Person.Documents.CompanyAuthorization getCompanyAuthorization()
One or more documents that demonstrate proof that this person is authorized to represent the company.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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.
-
getPassport
public TokenCreateParams.Person.Documents.Passport getPassport()
One or more documents showing the person's passport page with photo and personal data.
-
getVisa
public TokenCreateParams.Person.Documents.Visa getVisa()
One or more documents showing the person's visa required for living in the country where they are residing.
-
-