ProductOfferPriceAlteration Data Type

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

Example

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