Class Subscription.BillingCycleAnchorConfig

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.BillingCycleAnchorConfig
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription

public static class Subscription.BillingCycleAnchorConfig extends StripeObject
Get expanded account.
  • Constructor Details

    • BillingCycleAnchorConfig

      public BillingCycleAnchorConfig()
  • Method Details

    • getDayOfMonth

      public Long getDayOfMonth()
      The day of the month of the billing_cycle_anchor.
    • getHour

      public Long getHour()
      The hour of the day of the billing_cycle_anchor.
    • getMinute

      public Long getMinute()
      The minute of the hour of the billing_cycle_anchor.
    • getMonth

      public Long getMonth()
      The month to start full cycle billing periods.
    • getSecond

      public Long getSecond()
      The second of the minute of the billing_cycle_anchor.
    • setDayOfMonth

      public void setDayOfMonth(Long dayOfMonth)
      The day of the month of the billing_cycle_anchor.
    • setHour

      public void setHour(Long hour)
      The hour of the day of the billing_cycle_anchor.
    • setMinute

      public void setMinute(Long minute)
      The minute of the hour of the billing_cycle_anchor.
    • setMonth

      public void setMonth(Long month)
      The month to start full cycle billing periods.
    • setSecond

      public void setSecond(Long second)
      The second of the minute of the billing_cycle_anchor.
    • 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