Class CadenceUpdateParams.Settings.Collection.Builder

java.lang.Object
com.stripe.param.v2.billing.CadenceUpdateParams.Settings.Collection.Builder
Enclosing class:
CadenceUpdateParams.Settings.Collection

public static class CadenceUpdateParams.Settings.Collection.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      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 CadenceUpdateParams.Settings.Collection.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 CadenceUpdateParams.Settings.Collection.extraParams for the field documentation.
    • setId

      Required. The ID of the referenced settings object.
    • setId

      Required. The ID of the referenced settings object.
    • setVersion

      An optional field to specify the version of Settings to use. If not provided, this will always default to the live_version specified on the setting, any time the settings are used. Using a specific version here will prevent the settings from updating, and is discouraged for cadences. To clear a pinned version, set the version to null.
    • setVersion

      An optional field to specify the version of Settings to use. If not provided, this will always default to the live_version specified on the setting, any time the settings are used. Using a specific version here will prevent the settings from updating, and is discouraged for cadences. To clear a pinned version, set the version to null.