Synctera · Schema

calculation_method

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-calculation-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/calculation_method",
  "title": "calculation_method",
  "enum": [
    "COMPOUNDED_MONTHLY",
    "COMPOUNDED_DAILY"
  ],
  "type": "string"
}