Class ExternalAccountUpdateParams.Documents

java.lang.Object
com.stripe.param.ExternalAccountUpdateParams.Documents
Enclosing class:
ExternalAccountUpdateParams

public static class ExternalAccountUpdateParams.Documents extends Object
  • Method Details

    • builder

    • getBankAccountOwnershipVerification

      public ExternalAccountUpdateParams.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 voided check.
    • getExtraParams

      public Map<String,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 @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.