ProductOfferPriceAlteration Data Type

Namespace
http://www.tmforum.org
Properties
name data type type namespace min/max occurs description
description string element 0/1  
name string element 0/1  
price alterationPrice element 0/1  
priceCondition string element 0/1  
priceType productOfferPriceAlterationType element 0/1  
recurringChargePeriod string element 0/1  
unitOfMeasure string element 0/1  
validFor timeRange element 0/1  

Example

<ProductOfferPriceAlteration xmlns="http://www.tmforum.org">
  <price xmlns="">
    <percentage>...</percentage>
  </price>
  <unitOfMeasure xmlns="">...</unitOfMeasure>
  <recurringChargePeriod xmlns="">...</recurringChargePeriod>
  <validFor xmlns="">
    <endDateTime>...</endDateTime>
    <startDateTime>...</startDateTime>
  </validFor>
  <name xmlns="">...</name>
  <description xmlns="">...</description>
  <priceCondition xmlns="">...</priceCondition>
  <priceType xmlns="">...</priceType>
</ProductOfferPriceAlteration>