ProductOfferingPrice Data Type

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

Example

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