ProductOfferingPrice Data Type

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

Example

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