Apideck · Schema

Due date

The due date is the date on which a payment is scheduled to be received - YYYY-MM-DD.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-duedate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DueDate",
  "title": "Due date",
  "type": "string",
  "description": "The due date is the date on which a payment is scheduled to be received - YYYY-MM-DD.",
  "format": "date",
  "example": "2020-10-30",
  "nullable": true
}