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