FortnightlyFrequency

Specifies the frequency of a fortnightly payment transaction.

dayOfWeek
required
string (DayOfWeek)

Specifies a day of the week.

Enum: "MONDAY" "TUESDAY" "WEDNESDAY" "THURSDAY" "FRIDAY" "SATURDAY" "SUNDAY"
schema
required
string
Value: "FortnightlyFrequency"
week
required
string

Identifies the week of the fortnight on which the payment transaction is to be processed.

  • FIRST_WEEK: First week of the fortnight.
  • SECOND_WEEK: Second week of the fortnight.
Enum: "FIRST_WEEK" "SECOND_WEEK"
{
  • "dayOfWeek": "MONDAY",
  • "schema": "FortnightlyFrequency",
  • "week": "FIRST_WEEK"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.