Class CardDesignListParams.Preferences.Builder

java.lang.Object
com.stripe.param.issuing.CardDesignListParams.Preferences.Builder
Enclosing class:
CardDesignListParams.Preferences

public static class CardDesignListParams.Preferences.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • setAccountDefault

      public CardDesignListParams.Preferences.Builder setAccountDefault(Boolean accountDefault)
      Only return the card design that is set as the account default. A connected account will use the Connect platform's default if no card design is set as the account default.
    • putExtraParam

      public CardDesignListParams.Preferences.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 CardDesignListParams.Preferences.extraParams for the field documentation.
    • putAllExtraParam

      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 CardDesignListParams.Preferences.extraParams for the field documentation.
    • setPlatformDefault

      public CardDesignListParams.Preferences.Builder setPlatformDefault(Boolean platformDefault)