ProductOfferingPrice Data Type

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

Example

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