Class Account.PayoutSchedule

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

public static class Account.PayoutSchedule extends StripeObject
The specific user onboarding requirement field (in the requirements hash) that needs to be resolved.
  • Constructor Details

    • PayoutSchedule

      public PayoutSchedule()
  • Method Details

    • getDelayDays

      public Long getDelayDays()
      The number of days charges for the account will be held before being paid out.
    • getInterval

      public String getInterval()
      How frequently funds will be paid out. One of manual (payouts only created via API call), daily, weekly, or monthly.
    • getMonthlyAnchor

      public Long getMonthlyAnchor()
      The day of the month funds will be paid out. Only shown if interval is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.
    • getWeeklyAnchor

      public String getWeeklyAnchor()
      The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if interval is weekly.
    • setDelayDays

      public void setDelayDays(Long delayDays)
      The number of days charges for the account will be held before being paid out.
    • setInterval

      public void setInterval(String interval)
      How frequently funds will be paid out. One of manual (payouts only created via API call), daily, weekly, or monthly.
    • setMonthlyAnchor

      public void setMonthlyAnchor(Long monthlyAnchor)
      The day of the month funds will be paid out. Only shown if interval is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.
    • setWeeklyAnchor

      public void setWeeklyAnchor(String weeklyAnchor)
      The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if interval is weekly.
    • 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