ProductOfferPriceAlteration Data Type

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

Example

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