RepaymentCycleWeeklyInput
Input about when the repayment should occurs weekly (ie: Every Friday each 2 weeks).
input RepaymentCycleWeeklyInput {
dayOfWeek: DayEnum!
weekCount: Int!
}
Fields
RepaymentCycleWeeklyInput.dayOfWeek
● DayEnum!
non-null enum
The day of the month where the reimbursement should occurs.
RepaymentCycleWeeklyInput.weekCount
● Int!
non-null scalar
How many weeks should pass between two reimbursement (ie: every 3 weeks).