Class AccountCreateParams.Configuration

java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration
Enclosing class:
AccountCreateParams

public static class AccountCreateParams.Configuration extends Object
  • Method Details

    • builder

    • getCustomer

      The Customer Configuration allows the Account to be used in inbound payment flows.
    • 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.
    • getMerchant

      The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you’ve completed onboarding as a Connect platform.
    • getRecipient

      The Recipient Configuration allows the Account to receive funds.
    • getStorer

      The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object