Class CadenceCreateParams.BillingCycle

java.lang.Object
com.stripe.param.v2.billing.CadenceCreateParams.BillingCycle
Enclosing class:
CadenceCreateParams

public static class CadenceCreateParams.BillingCycle extends Object
  • Method Details

    • builder

    • getDay

      Specific configuration for determining billing dates when type=day.
    • 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.
    • getIntervalCount

      public Integer getIntervalCount()
      The number of intervals (specified in the interval attribute) between cadence billings. For example, type=month and interval_count=3 bills every 3 months. If this is not provided, it will default to 1.
    • getMonth

      Specific configuration for determining billing dates when type=month.
    • getType

      Required. The frequency at which a cadence bills.
    • getWeek

      Specific configuration for determining billing dates when type=week.
    • getYear

      Specific configuration for determining billing dates when type=year.
    • 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