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