Lithic · Schema

Management Operation Direction

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-management-operation-direction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/management_operation_direction",
  "title": "Management Operation Direction",
  "type": "string",
  "enum": [
    "CREDIT",
    "DEBIT"
  ]
}