ProductOfferPriceAlteration Data Type

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

Example

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