Package com.stripe.param
Class PersonCollectionCreateParams.Documents
- java.lang.Object
-
- com.stripe.param.PersonCollectionCreateParams.Documents
-
- Enclosing class:
- PersonCollectionCreateParams
public static class PersonCollectionCreateParams.Documents extends java.lang.ObjectThe four-digit year of birth.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPersonCollectionCreateParams.Documents.Builderstatic classPersonCollectionCreateParams.Documents.CompanyAuthorizationstatic classPersonCollectionCreateParams.Documents.PassportAdd all elements to `files` list.static classPersonCollectionCreateParams.Documents.VisaAdd all elements to `files` list.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PersonCollectionCreateParams.Documents.Builderbuilder()PersonCollectionCreateParams.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.PersonCollectionCreateParams.Documents.PassportgetPassport()One or more documents showing the person's passport page with photo and personal data.PersonCollectionCreateParams.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 PersonCollectionCreateParams.Documents.Builder builder()
-
getCompanyAuthorization
public PersonCollectionCreateParams.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 PersonCollectionCreateParams.Documents.Passport getPassport()
One or more documents showing the person's passport page with photo and personal data.
-
getVisa
public PersonCollectionCreateParams.Documents.Visa getVisa()
One or more documents showing the person's visa required for living in the country where they are residing.
-
-