| name | data type | description |
|---|---|---|
| priceType | ProductOfferPriceAlterationType | |
| description | string | |
| name | string | |
| recurringChargePeriod | string | |
| validFor | TimeRange | |
| priceCondition | string | |
| unitOfMeasure | string | |
| price | AlterationPrice |
Example
{
"priceType" : "RECURRING",
"description" : "...",
"name" : "...",
"recurringChargePeriod" : "...",
"validFor" : {
"startDateTime" : 12345,
"endDateTime" : 12345
},
"priceCondition" : "...",
"unitOfMeasure" : "...",
"price" : {
"percentage" : "..."
}
}