Apideck · Schema

Profit and Loss Type

The type of profit and loss

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-profitandlosstype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfitAndLossType",
  "title": "Profit and Loss Type",
  "description": "The type of profit and loss",
  "type": "string",
  "example": "Section",
  "nullable": true,
  "x-apideck-enum-id": "profit_and_loss.type",
  "enum": [
    "Section",
    "Record"
  ]
}