Skip to main content

CableTvProductResponse

planIdstring<uuid>
billerstring
Example: DSTV
namestring
Example: DSTV Compact
priceinteger<int64>

Your price, in kobo.

Example: 1570000
validitystringnullable
Example: 1 month
productIdstring<uuid>nullable

The canonical product id, shared across services; null for unmapped rows.

CableTvProductResponse
{
"planId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"biller": "DSTV",
"name": "DSTV Compact",
"price": 1570000,
"validity": "1 month",
"productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}