Base model for payment transaction frequencies expressed in terms of days of the month. Not expected to be
used directly; see MonthlyFrequency
, QuarterlyFrequency
, BiannualFrequency
and YearlyFrequency
.
dayOfMonth required | integer [ 1 .. 31 ] Specifies the day of the month on which the payment transaction is to be processed.
NOTE: A value of |
schema required | string |
{- "dayOfMonth": 1,
- "schema": "BiannualFrequency"
}