ProductOfferPriceAlteration Data Type

Implemented Interfaces
Serializable
Properties
name data type description
priceCondition string
description string
unitOfMeasure string
validFor TimeRange
name string
recurringChargePeriod string
price AlterationPrice
priceType ProductOfferPriceAlterationType

Example

{
  "priceCondition" : "...",
  "description" : "...",
  "unitOfMeasure" : "...",
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "name" : "...",
  "recurringChargePeriod" : "...",
  "price" : {
    "percentage" : "..."
  },
  "priceType" : "ONE_TIME"
}