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 classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanOne or more documents that support the Bank account ownership verification requirement.Map of extra parameters for custom features not available in this client library.inthashCode()
-
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@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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-