TM Forum · Schema

BillingAccountRef_FVO

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-billingaccountref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAccountRef_FVO",
  "title": "BillingAccountRef_FVO",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible_FVO"
    },
    {
      "$ref": "#/components/schemas/EntityRef_FVO"
    },
    {
      "type": "object",
      "description": "BillingAccount reference. A BillingAccount is a detailed description of a bill structure.",
      "properties": {
        "ratingType": {
          "type": "string",
          "description": "Indicates whether the account follows a specific payment option such as prepaid or postpaid"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "BillingAccountRef": "#/components/schemas/BillingAccountRef_FVO"
    }
  }
}