ProductOfferingPrice Data Type

Implemented Interfaces
Serializable
Properties
name data type description
priceType ProductOfferingPriceType
recurringChargePeriod string
description string
unitOfMeasure string
validFor TimeRange
name string
productOfferPriceAlteration ProductOfferPriceAlteration
price Price

Example

{
  "priceType" : "USAGE",
  "recurringChargePeriod" : "...",
  "description" : "...",
  "unitOfMeasure" : "...",
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "name" : "...",
  "productOfferPriceAlteration" : {
    "description" : "...",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "name" : "...",
    "priceType" : "USAGE",
    "price" : {
      "percentage" : "..."
    },
    "unitOfMeasure" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    }
  },
  "price" : {
    "currencyCode" : "...",
    "percentage" : 12345.0,
    "taxRate" : "...",
    "taxIncludedAmount" : "...",
    "dutyFreeAmount" : "..."
  }
}