DaysOfWeek
Represents the days of the week for scheduling recurring contributions.
enum DaysOfWeek {
  SUNDAY
  MONDAY
  TUESDAY
  WEDNESDAY
  THURSDAY
  FRIDAY
  SATURDAY
}
Values
- SUNDAY: Sunday
- MONDAY: Monday
- TUESDAY: Tuesday
- WEDNESDAY: Wednesday
- THURSDAY: Thursday
- FRIDAY: Friday
- SATURDAY: Saturday
Usage
Used in RecurringContributionScheduleInput for the daysOfWeek field to specify which days contributions should occur when the strategy is 'WEEKLY' or 'BI_WEEKLY'.