Product price Data Model

Domain

The schema is part of the Domain

Description

An amount, usually of money, that represents the actual price paid by a Customer for a purchase, a rent or a lease of a Product. The price is valid for a defined period of time.

Data model

A JSON Schema corresponding to this data model can be found here.

The Data model is defined as shown below:

  • description : A narrative that explains in detail the semantics of this product price.

  • Optional

  • name : A short descriptive name such as "Subscription price".

  • Optional

  • priceType : A category that describes the price, such as recurring, discount, allowance, penalty, and so forth.

  • Mandatory

  • recurringChargePeriod : Could be month, week...

  • Optional

  • unitOfMeasure : Could be minutes, GB...

  • Optional

TMForum APIs that use this schema

Taking into consideration the snapshot of 04/02/2020 04:59:17 UTC the list of TMForum Open APIs that uses this schemas is:

Coming soon