Class SessionCreateParams.Hosted.Builder

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

public static class SessionCreateParams.Hosted.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setDeliveryMethod

      How the user should enter the hosted flow. The values email and url can only be used if relink_options is provided.
    • putExtraParam

      public SessionCreateParams.Hosted.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SessionCreateParams.Hosted.extraParams for the field documentation.
    • putAllExtraParam

      public SessionCreateParams.Hosted.Builder putAllExtraParam(Map<String,Object> map)
      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SessionCreateParams.Hosted.extraParams for the field documentation.