Package com.stripe.param
Class AccountExternalAccountUpdateParams.Documents
java.lang.Object
com.stripe.param.AccountExternalAccountUpdateParams.Documents
- Enclosing class:
- AccountExternalAccountUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
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.int
hashCode()
-
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-