Class Account.Settings.Payouts.Schedule

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Payouts.Schedule
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Settings.Payouts

public static class Account.Settings.Payouts.Schedule extends StripeObject
  • Constructor Details

    • Schedule

      public Schedule()
  • Method Details

    • getDelayDays

      public Long getDelayDays()
    • getInterval

      public String getInterval()
    • getMonthlyAnchor

      public Long getMonthlyAnchor()
    • getWeeklyAnchor

      public String getWeeklyAnchor()
    • setDelayDays

      public void setDelayDays(Long delayDays)
    • setInterval

      public void setInterval(String interval)
    • setMonthlyAnchor

      public void setMonthlyAnchor(Long monthlyAnchor)
    • setWeeklyAnchor

      public void setWeeklyAnchor(String weeklyAnchor)
    • 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