QuoteProductOfferingPrice Data Type

Implemented Interfaces
Serializable
Properties
name data type description
priceType ProductOfferingPriceType
recurringChargePeriod string
priceCondition string
quotePriceAlteration QuotePriceAlteration
price Price

Example

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