Root Insurance · Schema

payment-type

The type of the payment being created.

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech
View JSON Schema on GitHub

JSON Schema

payment-type.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "payment-type",
  "type": "string",
  "description": "The type of the payment being created.",
  "enum": [
    "premium",
    "reversal",
    "claim_payout",
    "premium_refund",
    "other"
  ]
}