Class Cadence.BillingCycle.Month

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.BillingCycle.Month
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Cadence.BillingCycle

public static class Cadence.BillingCycle.Month extends StripeObject
For more details about Month, please refer to the API Reference.
  • Constructor Details

    • Month

      public Month()
  • Method Details

    • getDayOfMonth

      public Integer getDayOfMonth()
      The day to anchor the billing on for a type="month" billing cycle from 1-31. If this number is greater than the number of days in the month being billed, this will anchor to the last day of the month.
    • getTime

      The time at which the billing cycle ends.
    • setDayOfMonth

      public void setDayOfMonth(Integer dayOfMonth)
      The day to anchor the billing on for a type="month" billing cycle from 1-31. If this number is greater than the number of days in the month being billed, this will anchor to the last day of the month.
    • setTime

      public void setTime(Cadence.BillingCycle.Month.Time time)
      The time at which the billing cycle ends.
    • 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