Class BalanceSettings.Payments.Payouts.Schedule

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

public static class BalanceSettings.Payments.Payouts.Schedule extends StripeObject
For more details about Schedule, please refer to the API Reference.
  • Constructor Details

    • Schedule

      public Schedule()
  • Method Details

    • getInterval

      public String getInterval()
    • getMonthlyPayoutDays

      public List<Long> getMonthlyPayoutDays()
    • getWeeklyPayoutDays

      public List<String> getWeeklyPayoutDays()
    • setInterval

      public void setInterval(String interval)
    • setMonthlyPayoutDays

      public void setMonthlyPayoutDays(List<Long> monthlyPayoutDays)
    • setWeeklyPayoutDays

      public void setWeeklyPayoutDays(List<String> weeklyPayoutDays)
    • 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