Class AccountLinkCreateParams.CollectionOptions

java.lang.Object
com.stripe.param.AccountLinkCreateParams.CollectionOptions
Enclosing class:
AccountLinkCreateParams

public static class AccountLinkCreateParams.CollectionOptions extends Object
  • Method Details

    • 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.
    • getFields

      Required. Specifies whether the platform collects only currently_due requirements (currently_due) or both currently_due and eventually_due requirements (eventually_due). If you don't specify collection_options, the default value is currently_due.
    • getFutureRequirements

      Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value is omit.