Class Cadence.BillingCycle.Week

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

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

    • Week

      public Week()
  • Method Details

    • getDayOfWeek

      public Integer getDayOfWeek()
      The day of the week to bill the type=week billing cycle on. Numbered from 1-7 for Monday to Sunday respectively, based on the ISO-8601 week day numbering.
    • getTime

      The time at which the billing cycle ends.
    • setDayOfWeek

      public void setDayOfWeek(Integer dayOfWeek)
      The day of the week to bill the type=week billing cycle on. Numbered from 1-7 for Monday to Sunday respectively, based on the ISO-8601 week day numbering.
    • setTime

      public void setTime(Cadence.BillingCycle.Week.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