Class AccountCreateParams.Controller

java.lang.Object
com.stripe.param.AccountCreateParams.Controller
Enclosing class:
AccountCreateParams

public static class AccountCreateParams.Controller extends Object
  • Method Details

    • builder

      public static AccountCreateParams.Controller.Builder builder()
    • 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.
    • getFees

      A hash of configuration for who pays Stripe fees for product usage on this account.
    • getLosses

      A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them.
    • getRequirementCollection

      public AccountCreateParams.Controller.RequirementCollection getRequirementCollection()
      A value indicating responsibility for collecting updated information when requirements on the account are due or change. Defaults to stripe.
    • getStripeDashboard

      A hash of configuration for Stripe-hosted dashboards.