Apideck · Schema

Payment Frequency

Frequency of employee compensation.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-paymentfrequency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentFrequency",
  "title": "Payment Frequency",
  "type": "string",
  "description": "Frequency of employee compensation.",
  "x-apideck-enum-id": "payment_frequency",
  "enum": [
    "weekly",
    "biweekly",
    "monthly",
    "pro-rata",
    "other"
  ],
  "example": "monthly",
  "nullable": true
}