Class CadenceUpdateParams.Settings.Bill

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

public static class CadenceUpdateParams.Settings.Bill extends Object
  • Method Details

    • builder

    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getId

      public Object getId()
      Required. The ID of the referenced settings object.
    • getVersion

      public Object getVersion()
      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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object