name | data type | description |
---|---|---|
name | string | |
productOfferPriceAlteration | ProductOfferPriceAlteration | |
validFor | TimeRange | |
priceType | ProductOfferingPriceType | |
description | string | |
unitOfMeasure | string | |
price | Price | |
recurringChargePeriod | string |
Example
{ "name" : "...", "productOfferPriceAlteration" : { "priceType" : "USAGE", "description" : "...", "name" : "...", "recurringChargePeriod" : "...", "validFor" : { "startDateTime" : 12345, "endDateTime" : 12345 }, "priceCondition" : "...", "unitOfMeasure" : "...", "price" : { "percentage" : "..." } }, "validFor" : { "startDateTime" : 12345, "endDateTime" : 12345 }, "priceType" : "ONE_TIME", "description" : "...", "unitOfMeasure" : "...", "price" : { "taxIncludedAmount" : "...", "currencyCode" : "...", "dutyFreeAmount" : "...", "percentage" : 12345.0, "taxRate" : "..." }, "recurringChargePeriod" : "..." }