Package com.stripe.param
Class AccountExternalAccountUpdateParams.Documents
java.lang.Object
com.stripe.param.AccountExternalAccountUpdateParams.Documents
- Enclosing class:
- AccountExternalAccountUpdateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
One or more documents that support the Bank account ownership verification requirement.Map of extra parameters for custom features not available in this client library.
-
Method Details
-
builder
-
getBankAccountOwnershipVerification
public AccountExternalAccountUpdateParams.Documents.BankAccountOwnershipVerification getBankAccountOwnershipVerification()One or more documents that support the Bank account ownership verification requirement. Must be a document associated with the bank account that displays the last 4 digits of the account number, either a statement or a check. -
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.
-