Class CadenceCreateParams.Settings.Bill.Builder

java.lang.Object
com.stripe.param.v2.billing.CadenceCreateParams.Settings.Bill.Builder
Enclosing class:
CadenceCreateParams.Settings.Bill

public static class CadenceCreateParams.Settings.Bill.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public CadenceCreateParams.Settings.Bill.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 CadenceCreateParams.Settings.Bill.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 CadenceCreateParams.Settings.Bill.extraParams for the field documentation.
    • setId

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

      An optional field to specify the version of the Settings to use. If not provided, this will always default to the live version any time the settings are used.