Cart price Data Model

Domain

The schema is part of the Domain

Description

An amount, usually of money, that represents the actual price paid by the customer for this item. May represent the total price of the shopping cart or the total of the cart item depending on the relation

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 order item 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 - Optional - productOfferingPrice : An amount, usually of money, that is asked for or allowed when a ProductOffering is bought, rented, or leased. The price is valid for a defined period of time. - Optional - 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:22:51 UTC the list of TMForum Open APIs that uses this schemas is:

Coming soon