{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "string",
  "title": "RecordAmountTypeEnum",
  "description": "The enumeration of the account level for the billing summary.",
  "enum": [
    "AccountTotal",
    "GrandTotal",
    "ParentTotal"
  ],
  "oneOf": [
    {
      "enum": [
        "AccountTotal"
      ],
      "title": "AccountTotal"
    },
    
    {
      "enum": [
        "GrandTotal"
      ],
      "title": "GrandTotal"
    },
    
    {
      "enum": [
        "ParentTotal"
      ],
      "title": "ParentTotal"
    }
  ]
}
