| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| price | Price | element | 0/1 | ||
| priceDescription | string | element | 0/1 | ||
| priceName | string | element | 0/1 | ||
| priceType | productOfferingPriceType | element | 0/1 | ||
| priceValidFor | timeRange | element | 0/1 | ||
| productOfferPriceAlteration | ProductOfferPriceAlteration | element | 0/1 | ||
| recurringChargePeriod | string | element | 0/1 | ||
| unitOfMeasure | string | element | 0/1 |
Example
<p----->
<productOfferPriceAlteration>
<price>
<percentage>...</percentage>
</price>
<unitOfMeasure>...</unitOfMeasure>
<recurringChargePeriod>...</recurringChargePeriod>
<validFor>
<endDateTime>...</endDateTime>
<startDateTime>...</startDateTime>
</validFor>
<name>...</name>
<description>...</description>
<priceCondition>...</priceCondition>
<priceType>...</priceType>
</productOfferPriceAlteration>
<priceName>...</priceName>
<priceType>...</priceType>
<priceValidFor>
<endDateTime>...</endDateTime>
<startDateTime>...</startDateTime>
</priceValidFor>
<priceDescription>...</priceDescription>
<unitOfMeasure>...</unitOfMeasure>
<price>
<dutyFreeAmount>...</dutyFreeAmount>
<currencyCode>...</currencyCode>
<taxIncludedAmount>...</taxIncludedAmount>
<percentage>...</percentage>
<taxRate>...</taxRate>
</price>
<recurringChargePeriod>...</recurringChargePeriod>
</p----->