Package com.stripe.param.v2.billing
Class CadenceUpdateParams.Settings.Bill.Builder
java.lang.Object
com.stripe.param.v2.billing.CadenceUpdateParams.Settings.Bill.Builder
- Enclosing class:
- CadenceUpdateParams.Settings.Bill
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setId
(EmptyParam id) Required. The ID of the referenced settings object.Required. The ID of the referenced settings object.setVersion
(EmptyParam version) setVersion
(String version) An optional field to specify the version of Settings to use.
-
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. SeeCadenceUpdateParams.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. SeeCadenceUpdateParams.Settings.Bill.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 thelive_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
-