Plans and Products
A plan has one or more products.
Click here to see the method description.
Product types
A product is categorized by a type, some special rules for different types are listed below.
-
Voice is the type for regular talk. There is zero or one voice product per subscription.
If usage for a subscribed product having this type has usage.limit == 2678400,
the product is considered to be flat rate visavi the customers (a.k.a. a plan having "fri tale").
-
Data is the type for the data contents that is a part of the plan. There is zero or one data product per subscription.
When a product having this type is returned from the ClientAPI in GET /v3/accounts/{id}/subscription/subscribedproducts
the subscription of the product is accompanied by a usage. This usage and limit is the usage of the base data content.
-
ExtraData is the type for "regular" extra data products, i.e. that the user purchases Y GB of data for a cost of
X kr. per month. There is zero or one ExtraData products per subscription.
Product Constraints
- Mandatory products are the products that always are connected to the plan. The end customer has no way to remove these products.
- PreSelected products are mandatory while signing up for the plan, but may be unsubscribed afterwards (and subsequently subscribed to).
- Optional products are possible to select while subscribing, and may afterwards be subscribed/unsubscribed as the end customer sees fit.