PricePlansDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
pricePlanMatrix array of PricePlanMatrixDto

Example

{
  "pricePlanMatrix" : [ {
    "code" : "...",
    "eventCode" : "...",
    "description" : "...",
    "seller" : "...",
    "country" : "...",
    "currency" : "...",
    "minQuantity" : 12345.0,
    "maxQuantity" : 12345.0,
    "offerTemplate" : "...",
    "startSubscriptionDate" : 12345,
    "endSubscriptionDate" : 12345,
    "startRatingDate" : 12345,
    "endRatingDate" : 12345,
    "minSubscriptionAgeInMonth" : 12345,
    "maxSubscriptionAgeInMonth" : 12345,
    "amountWithoutTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "amountWithoutTaxEL" : "...",
    "amountWithTaxEL" : "...",
    "priority" : 12345,
    "criteria1" : "...",
    "criteria2" : "...",
    "criteria3" : "...",
    "criteriaEL" : "...",
    "validityCalendarCode" : "...",
    "scriptInstance" : "...",
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  }, {
    "code" : "...",
    "eventCode" : "...",
    "description" : "...",
    "seller" : "...",
    "country" : "...",
    "currency" : "...",
    "minQuantity" : 12345.0,
    "maxQuantity" : 12345.0,
    "offerTemplate" : "...",
    "startSubscriptionDate" : 12345,
    "endSubscriptionDate" : 12345,
    "startRatingDate" : 12345,
    "endRatingDate" : 12345,
    "minSubscriptionAgeInMonth" : 12345,
    "maxSubscriptionAgeInMonth" : 12345,
    "amountWithoutTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "amountWithoutTaxEL" : "...",
    "amountWithTaxEL" : "...",
    "priority" : 12345,
    "criteria1" : "...",
    "criteria2" : "...",
    "criteria3" : "...",
    "criteriaEL" : "...",
    "validityCalendarCode" : "...",
    "scriptInstance" : "...",
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  } ]
}