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