AT&T · JSON Structure

Mvnx Api Topup Balance Create Structure

TopupBalanceCreate schema from AT&T API

Type: object Properties: 3
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

TopupBalanceCreate is a JSON Structure definition published by AT&T, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

channel product 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/at-and-t/refs/heads/main/json-structure/mvnx-api-topup-balance-create-structure.json",
  "description": "TopupBalanceCreate schema from AT&T API",
  "type": "object",
  "properties": {
    "channel": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "example": "API"
        }
      }
    },
    "product": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Subscriber product ID",
          "example": "sub-a1b2c3d4"
        }
      }
    },
    "amount": {
      "type": "object",
      "properties": {
        "units": {
          "type": "double",
          "description": "Top-up amount",
          "example": 10.0
        },
        "currency": {
          "type": "string",
          "description": "Currency code (ISO 4217)",
          "example": "USD"
        }
      }
    }
  },
  "name": "TopupBalanceCreate"
}