TM Forum · Schema

PaymentRef_FVO

If an immediate payment has been done at the product order submission, the payment information are captured and stored (as a reference) in the order.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-paymentref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentRef_FVO",
  "title": "PaymentRef_FVO",
  "type": "object",
  "description": "If an immediate payment has been done at the product order submission, the payment information are captured and stored (as a reference) in the order.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible_FVO"
    },
    {
      "$ref": "#/components/schemas/EntityRef_FVO"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "PaymentRef": "#/components/schemas/PaymentRef_FVO"
    }
  }
}