Specifies the frequency of a fortnightly payment transaction.
dayOfWeek required | string (DayOfWeek) Specifies a day of the week. |
schema required | string Value: "FortnightlyFrequency" |
week required | string Identifies the week of the fortnight on which the payment transaction is to be processed.
|
{- "dayOfWeek": "MONDAY",
- "schema": "FortnightlyFrequency",
- "week": "FIRST_WEEK"
}