Package com.stripe.param
Class AccountPersonUpdateParams.Documents
java.lang.Object
com.stripe.param.AccountPersonUpdateParams.Documents
- Enclosing class:
- AccountPersonUpdateParams
Required. The four-digit year of birth.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Add all elements to `files` list.static class
Add all elements to `files` list. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.getVisa()
One or more documents showing the person's visa required for living in the country where they are residing.
-
Method Details
-
builder
-
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. -
getVisa
One or more documents showing the person's visa required for living in the country where they are residing.
-