Class SessionCreateParams.AccountHolder

java.lang.Object
com.stripe.param.financialconnections.SessionCreateParams.AccountHolder
Enclosing class:
SessionCreateParams

public static class SessionCreateParams.AccountHolder extends Object
  • Method Details

    • builder

    • getAccount

      public String getAccount()
      The ID of the Stripe account whose accounts will be retrieved. Should only be present if type is account.
    • getCustomer

      public String getCustomer()
      The ID of the Stripe customer whose accounts will be retrieved. Should only be present if type is customer.
    • 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.
    • getType

      Required. Type of account holder to collect accounts for.