Lithic · Schema

Interest Calculation method

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-interest-calculation-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/interest_calculation_method",
  "title": "Interest Calculation method",
  "type": "string",
  "enum": [
    "DAILY",
    "AVERAGE_DAILY"
  ]
}