PricePlanMatrixesResponseDto Data Type

The Class PricePlanMatrixesResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
pricePlanMatrixes PricePlansDto The price plan matrixes.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "DESCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "pricePlanMatrixes" : {
    "pricePlanMatrix" : [ {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "eventCode" : "...",
      "description" : "...",
      "seller" : "...",
      "country" : "...",
      "updatedCode" : "...",
      "currency" : "...",
      "minQuantity" : 12345.0,
      "maxQuantity" : 12345.0,
      "offerTemplate" : "...",
      "offerTemplateVersion" : { },
      "startSubscriptionDate" : 12345,
      "endSubscriptionDate" : 12345,
      "startRatingDate" : 12345,
      "endRatingDate" : 12345,
      "minSubscriptionAgeInMonth" : 12345,
      "maxSubscriptionAgeInMonth" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountWithoutTaxEL" : "...",
      "amountWithTaxEL" : "...",
      "minimumAmountWithoutTaxEl" : "...",
      "minimumAmountWithTaxEl" : "...",
      "priority" : 12345,
      "criteria1" : "...",
      "criteria2" : "...",
      "criteria3" : "...",
      "criteriaEL" : "...",
      "validityCalendarCode" : "...",
      "scriptInstance" : "...",
      "customFields" : { },
      "languageDescriptions" : [ { }, { } ],
      "woDescriptionEL" : "...",
      "ratingWithTaxEL" : "...",
      "ratingWithoutTaxEL" : "...",
      "versions" : [ { }, { } ],
      "invoiceSubCategoryEL" : "...",
      "totalAmountEL" : "...",
      "minimumAmountEL" : "...",
      "parameter1El" : "...",
      "parameter2El" : "...",
      "parameter3El" : "..."
    }, {
      "disabled" : true,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "eventCode" : "...",
      "description" : "...",
      "seller" : "...",
      "country" : "...",
      "updatedCode" : "...",
      "currency" : "...",
      "minQuantity" : 12345.0,
      "maxQuantity" : 12345.0,
      "offerTemplate" : "...",
      "offerTemplateVersion" : { },
      "startSubscriptionDate" : 12345,
      "endSubscriptionDate" : 12345,
      "startRatingDate" : 12345,
      "endRatingDate" : 12345,
      "minSubscriptionAgeInMonth" : 12345,
      "maxSubscriptionAgeInMonth" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountWithoutTaxEL" : "...",
      "amountWithTaxEL" : "...",
      "minimumAmountWithoutTaxEl" : "...",
      "minimumAmountWithTaxEl" : "...",
      "priority" : 12345,
      "criteria1" : "...",
      "criteria2" : "...",
      "criteria3" : "...",
      "criteriaEL" : "...",
      "validityCalendarCode" : "...",
      "scriptInstance" : "...",
      "customFields" : { },
      "languageDescriptions" : [ { }, { } ],
      "woDescriptionEL" : "...",
      "ratingWithTaxEL" : "...",
      "ratingWithoutTaxEL" : "...",
      "versions" : [ { }, { } ],
      "invoiceSubCategoryEL" : "...",
      "totalAmountEL" : "...",
      "minimumAmountEL" : "...",
      "parameter1El" : "...",
      "parameter2El" : "...",
      "parameter3El" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}