ProductOfferingPrice Data Type

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

Example

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