Amdocs · JSON Structure

Connectx Invoice Line Item Structure

InvoiceLineItem schema from Amdocs API

Type: object Properties: 4
TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

InvoiceLineItem is a JSON Structure definition published by Amdocs, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description quantity unitPrice amount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amdocs/refs/heads/main/json-structure/connectx-invoice-line-item-structure.json",
  "name": "InvoiceLineItem",
  "description": "InvoiceLineItem schema from Amdocs API",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "quantity": {
      "type": "double"
    },
    "unitPrice": {
      "type": "double"
    },
    "amount": {
      "type": "double"
    }
  }
}