Tariffs

Tariffs define the pricing structure for data usage when customers are not using bundles. Tariffs work within the hierarchical tenant structure, allowing different rates to be set between tenant levels and applied to customers.

Key Concepts

Tariff Types

Master Tariffs

  • The original tariff created by a tenant

  • Contains all the rate definitions and pricing structure

  • Can be modified and updated by the creating tenant

  • Used as the source for creating tariff aliases


Tariff Aliases

  • Copies of master tariffs that can be distributed to sub-tenants

  • Cannot be created independently - must be created from an existing master tariff

  • Automatically inherit any changes made to the master tariff

  • Allow consistent pricing across multiple tenant levels without duplicating tariff management


Hierarchical Pricing Structure

Tariffs operate within the tenant hierarchy:

  • Parent tenants create tariffs and set their rates

  • Sub-tenants can add markups to create their own tariffs for customers

  • Tariff aliases allow master tariffs to be shared down the hierarchy while maintaining centralized control


Example Structure:

Tenant A (creates master tariff: 10p per MB)

├── Tenant B (adds 5p markup: 15p per MB to customers)

└── Tenant C (uses alias: 10p per MB to customers)


What’s Next

Creating Tariffs