Pleo · Schema

BookkeepingMethodV2

Specifies the type of bookkeeping system used for recording the accounting entry.

Expense ManagementCompany CardsSpend ManagementReimbursementsAccountingFinTechFinance
View JSON Schema on GitHub

JSON Schema

pleo-bookkeeping-method-v2-schema.json Raw ↑
{
  "type": "string",
  "description": "Specifies the type of bookkeeping system used for recording the accounting entry.",
  "enum": [
    "none",
    "journal",
    "accounts_payable"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BookkeepingMethodV2"
}