ServiceTemplate Data Type

Implemented Interfaces
ICustomFieldEntity, IReferenceEntity, Serializable
Properties
name data type constraints description
autoEndOfEngagement boolean  
referenceCode string  
serviceRecurringCharges array of ServiceChargeTemplateRecurring  
cfAccumulatedValues CustomFieldValues  
parentCFEntities array of ICustomFieldEntity  
descriptionAndCode string  
serviceSubscriptionCharges array of ServiceChargeTemplateSubscription  
imagePath string  
auditableFields array of AuditableFieldHistory  
appendGeneratedCode boolean  
description string max size: 255, min size: 0
minimumAmountEl string  
auditable Auditable  
notified boolean  
businessServiceModel BusinessServiceModel  
longDescription string  
attributes array of Attribute  
id number  
minimumInvoiceSubCategory InvoiceSubCategory  
instantiatedFromBSM boolean  
codeChanged boolean  
minimumChargeTemplate OneShotChargeTemplate  
version number  
selected boolean  
descriptionOverride string  
historized boolean  
code string required, max size: 255, min size: 1
uuid string  
serviceRenewal SubscriptionRenewal  
cfValues CustomFieldValues  
transient boolean  
invoicingCalendar Calendar  
referenceDescription string  
disabled boolean  
serviceTerminationCharges array of ServiceChargeTemplateTermination  
active boolean  
descriptionI18n map of string  
descriptionOrCode string  
parentEntityType object  
minimumLabelEl string  
parentEntity BusinessEntity  
tags array of Tag  
serviceUsageCharges array of ServiceChargeTemplateUsage  

Example

{
  "autoEndOfEngagement" : true,
  "referenceCode" : "...",
  "serviceRecurringCharges" : [ {
    "id" : 12345,
    "transient" : true,
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    },
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "SI",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "BA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "UA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "POSTPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "POSTPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "version" : 12345,
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "CREDIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "UP",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "DRAFT",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "RECURRING",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    }
  }, {
    "id" : 12345,
    "transient" : true,
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    },
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "BA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CUST",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "POSTPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "version" : 12345,
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "CREDIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "UP",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "DRAFT",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "USAGE",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    }
  } ],
  "cfAccumulatedValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ]
    },
    "values" : {
      "property1" : { },
      "property2" : { }
    },
    "newVersionedCFValuePeriods" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ]
    },
    "encrypted" : true
  },
  "parentCFEntities" : [ {
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  }, {
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentCFEntities" : [ { }, { } ],
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  } ],
  "descriptionAndCode" : "...",
  "serviceSubscriptionCharges" : [ {
    "id" : 12345,
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CUST",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    },
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "SI",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "POSTPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "DEBIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "HALF_EVEN",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "DRAFT",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "ONESHOT",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    },
    "transient" : true,
    "version" : 12345
  }, {
    "id" : 12345,
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CUST",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "UA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    },
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "DEBIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "NEAREST",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "ARCHIVED",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "RECURRING",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    },
    "transient" : true,
    "version" : 12345
  } ],
  "imagePath" : "...",
  "auditableFields" : [ {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "STATUS",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  }, {
    "fieldName" : "...",
    "notfiable" : true,
    "auditType" : "RENEWAL",
    "historized" : true,
    "previousState" : { },
    "currentState" : { },
    "historable" : true,
    "notified" : true
  } ],
  "appendGeneratedCode" : true,
  "description" : "...",
  "minimumAmountEl" : "...",
  "auditable" : {
    "created" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "updater" : "...",
    "updated" : 12345,
    "lastModified" : 12345
  },
  "notified" : true,
  "businessServiceModel" : {
    "disabled" : true,
    "codeChanged" : true,
    "notified" : true,
    "moduleSource" : "...",
    "version" : 12345,
    "descriptionOrCode" : "...",
    "referenceDescription" : "...",
    "historized" : true,
    "script" : {
      "historized" : true,
      "sourcingRoles" : [ "...", "..." ],
      "reuse" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "codeChanged" : true,
      "scriptInstanceCategory" : { },
      "scriptErrors" : [ { }, { } ],
      "executionRoles" : [ "...", "..." ],
      "referenceDescription" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "descriptionOrCode" : "...",
      "referenceCode" : "...",
      "parentEntityType" : { },
      "error" : true,
      "sourceTypeEnum" : "JAVA",
      "transient" : true,
      "descriptionAndCode" : "...",
      "description" : "...",
      "id" : 12345,
      "active" : true,
      "script" : "...",
      "version" : 12345
    },
    "code" : "...",
    "description" : "...",
    "transient" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "duplicateService" : true,
    "logoPicture" : "...",
    "duplicatePricePlan" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "downloaded" : true,
    "moduleItems" : [ {
      "validity" : { },
      "meveoModule" : { },
      "appliesTo" : "...",
      "id" : 12345,
      "itemClassSimpleName" : "...",
      "itemClass" : "...",
      "version" : 12345,
      "itemEntity" : { },
      "transient" : true,
      "itemCode" : "..."
    }, {
      "validity" : { },
      "meveoModule" : { },
      "appliesTo" : "...",
      "id" : 12345,
      "itemClassSimpleName" : "...",
      "itemClass" : "...",
      "version" : 12345,
      "itemEntity" : { },
      "transient" : true,
      "itemCode" : "..."
    } ],
    "appendGeneratedCode" : true,
    "active" : true,
    "id" : 12345,
    "installed" : true,
    "referenceCode" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "descriptionAndCode" : "...",
    "license" : "MOZ",
    "parentEntityType" : { },
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    },
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    }
  },
  "longDescription" : "...",
  "attributes" : [ {
    "attributeCategory" : "REGULAR",
    "medias" : [ {
      "auditableFields" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "label" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "cfValues" : { },
      "mediaPath" : "...",
      "mediaName" : "...",
      "mediaType" : "IMAGE",
      "transient" : true,
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "description" : "...",
      "id" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "parentEntity" : { },
      "descriptionAndCode" : "...",
      "main" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "notified" : true,
      "codeChanged" : true,
      "version" : 12345,
      "code" : "...",
      "cfAccumulatedValues" : { }
    }, {
      "auditableFields" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "label" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "cfValues" : { },
      "mediaPath" : "...",
      "mediaName" : "...",
      "mediaType" : "IMAGE",
      "transient" : true,
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "description" : "...",
      "id" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "parentEntity" : { },
      "descriptionAndCode" : "...",
      "main" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "notified" : true,
      "codeChanged" : true,
      "version" : 12345,
      "code" : "...",
      "cfAccumulatedValues" : { }
    } ],
    "historized" : true,
    "priority" : 12345,
    "transient" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "referenceCode" : "...",
    "descriptionOrCode" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "id" : 12345,
    "elValue" : "...",
    "code" : "...",
    "uuid" : "...",
    "appendGeneratedCode" : true,
    "attributeType" : "LIST_NUMERIC",
    "chargeTemplates" : [ {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "CREDIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "NEAREST",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "ACTIVE",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "RECURRING",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    }, {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "CREDIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "DOWN",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "DRAFT",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "USAGE",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    } ],
    "codeChanged" : true,
    "offerTemplateAttribute" : [ {
      "readOnly" : true,
      "defaultValue" : "...",
      "attribute" : { },
      "validationType" : "REGEX",
      "display" : true,
      "validationPattern" : "...",
      "validationLabel" : "...",
      "offerTemplate" : { },
      "transient" : true,
      "version" : 12345,
      "mandatory" : true,
      "sequence" : 12345,
      "id" : 12345,
      "mandatoryWithEl" : "..."
    }, {
      "readOnly" : true,
      "defaultValue" : "...",
      "attribute" : { },
      "validationType" : "EL",
      "display" : true,
      "validationPattern" : "...",
      "validationLabel" : "...",
      "offerTemplate" : { },
      "transient" : true,
      "version" : 12345,
      "mandatory" : true,
      "sequence" : 12345,
      "id" : 12345,
      "mandatoryWithEl" : "..."
    } ],
    "tags" : [ {
      "parentEntityType" : { },
      "id" : 12345,
      "seller" : { },
      "referenceDescription" : "...",
      "parentTag" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "filterEl" : "...",
      "parentEntity" : { },
      "auditable" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "historized" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "name" : "...",
      "code" : "...",
      "tagType" : { }
    }, {
      "parentEntityType" : { },
      "id" : 12345,
      "seller" : { },
      "referenceDescription" : "...",
      "parentTag" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "filterEl" : "...",
      "parentEntity" : { },
      "auditable" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "historized" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "name" : "...",
      "code" : "...",
      "tagType" : { }
    } ],
    "description" : "...",
    "disabled" : true,
    "assignedAttributes" : [ { }, { } ],
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "allowedValues" : [ "...", "..." ],
    "referenceDescription" : "...",
    "unitNbDecimal" : 12345,
    "commercialRules" : [ {
      "codeChanged" : true,
      "targetGroupedAttributes" : { },
      "targetAttributeValue" : "...",
      "ruleEl" : "...",
      "targetProduct" : { },
      "historized" : true,
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "transient" : true,
      "targetTag" : { },
      "appendGeneratedCode" : true,
      "id" : 12345,
      "description" : "...",
      "commercialRuleItems" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "targetOfferTemplate" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "scopeType" : "QUOTE_OFFER",
      "ruleType" : "PRE_REQUISITE",
      "targetAttribute" : { },
      "disabled" : true,
      "targetProductCode" : "...",
      "targetOfferAttribute" : true,
      "targetProductVersion" : { },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "targetOfferTemplateCode" : "...",
      "auditable" : { }
    }, {
      "codeChanged" : true,
      "targetGroupedAttributes" : { },
      "targetAttributeValue" : "...",
      "ruleEl" : "...",
      "targetProduct" : { },
      "historized" : true,
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "transient" : true,
      "targetTag" : { },
      "appendGeneratedCode" : true,
      "id" : 12345,
      "description" : "...",
      "commercialRuleItems" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "targetOfferTemplate" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "scopeType" : "QUOTE_OFFER",
      "ruleType" : "PRE_REQUISITE",
      "targetAttribute" : { },
      "disabled" : true,
      "targetProductCode" : "...",
      "targetOfferAttribute" : true,
      "targetProductVersion" : { },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "targetOfferTemplateCode" : "...",
      "auditable" : { }
    } ],
    "parentEntityType" : { },
    "active" : true,
    "productVersionAttributes" : [ {
      "validationType" : "EL",
      "attribute" : { },
      "readOnly" : true,
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "display" : true,
      "mandatoryWithEl" : "...",
      "version" : 12345,
      "productVersion" : { },
      "validationLabel" : "...",
      "sequence" : 12345,
      "defaultValue" : "...",
      "validationPattern" : "..."
    }, {
      "validationType" : "EL",
      "attribute" : { },
      "readOnly" : true,
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "display" : true,
      "mandatoryWithEl" : "...",
      "version" : 12345,
      "productVersion" : { },
      "validationLabel" : "...",
      "sequence" : 12345,
      "defaultValue" : "...",
      "validationPattern" : "..."
    } ],
    "version" : 12345,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "groupedAttributes" : [ {
      "id" : 12345,
      "commercialRules" : [ { }, { } ],
      "display" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "descriptionAndCode" : "...",
      "cfAccumulatedValues" : { },
      "mandatory" : true,
      "parentCFEntities" : [ { }, { } ],
      "transient" : true,
      "appendGeneratedCode" : true,
      "sequence" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "description" : "...",
      "historized" : true,
      "notified" : true,
      "disabled" : true,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "attributes" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true
    }, {
      "id" : 12345,
      "commercialRules" : [ { }, { } ],
      "display" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "descriptionAndCode" : "...",
      "cfAccumulatedValues" : { },
      "mandatory" : true,
      "parentCFEntities" : [ { }, { } ],
      "transient" : true,
      "appendGeneratedCode" : true,
      "sequence" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "description" : "...",
      "historized" : true,
      "notified" : true,
      "disabled" : true,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "attributes" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true
    } ],
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "notified" : true,
    "descriptionAndCode" : "...",
    "parentAttribute" : { }
  }, {
    "attributeCategory" : "BUSINESS",
    "medias" : [ {
      "auditableFields" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "label" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "cfValues" : { },
      "mediaPath" : "...",
      "mediaName" : "...",
      "mediaType" : "VIDEO",
      "transient" : true,
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "description" : "...",
      "id" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "parentEntity" : { },
      "descriptionAndCode" : "...",
      "main" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "notified" : true,
      "codeChanged" : true,
      "version" : 12345,
      "code" : "...",
      "cfAccumulatedValues" : { }
    }, {
      "auditableFields" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "label" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "cfValues" : { },
      "mediaPath" : "...",
      "mediaName" : "...",
      "mediaType" : "VIDEO",
      "transient" : true,
      "referenceDescription" : "...",
      "descriptionOrCode" : "...",
      "description" : "...",
      "id" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "parentEntity" : { },
      "descriptionAndCode" : "...",
      "main" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "notified" : true,
      "codeChanged" : true,
      "version" : 12345,
      "code" : "...",
      "cfAccumulatedValues" : { }
    } ],
    "historized" : true,
    "priority" : 12345,
    "transient" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "referenceCode" : "...",
    "descriptionOrCode" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "id" : 12345,
    "elValue" : "...",
    "code" : "...",
    "uuid" : "...",
    "appendGeneratedCode" : true,
    "attributeType" : "TOTAL",
    "chargeTemplates" : [ {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "CREDIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "HALF_EVEN",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "ARCHIVED",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "PRODUCT",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    }, {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "CREDIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "HALF_EVEN",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "DRAFT",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "PRODUCT",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    } ],
    "codeChanged" : true,
    "offerTemplateAttribute" : [ {
      "readOnly" : true,
      "defaultValue" : "...",
      "attribute" : { },
      "validationType" : "REGEX",
      "display" : true,
      "validationPattern" : "...",
      "validationLabel" : "...",
      "offerTemplate" : { },
      "transient" : true,
      "version" : 12345,
      "mandatory" : true,
      "sequence" : 12345,
      "id" : 12345,
      "mandatoryWithEl" : "..."
    }, {
      "readOnly" : true,
      "defaultValue" : "...",
      "attribute" : { },
      "validationType" : "EL",
      "display" : true,
      "validationPattern" : "...",
      "validationLabel" : "...",
      "offerTemplate" : { },
      "transient" : true,
      "version" : 12345,
      "mandatory" : true,
      "sequence" : 12345,
      "id" : 12345,
      "mandatoryWithEl" : "..."
    } ],
    "tags" : [ {
      "parentEntityType" : { },
      "id" : 12345,
      "seller" : { },
      "referenceDescription" : "...",
      "parentTag" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "filterEl" : "...",
      "parentEntity" : { },
      "auditable" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "historized" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "name" : "...",
      "code" : "...",
      "tagType" : { }
    }, {
      "parentEntityType" : { },
      "id" : 12345,
      "seller" : { },
      "referenceDescription" : "...",
      "parentTag" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "codeChanged" : true,
      "notified" : true,
      "filterEl" : "...",
      "parentEntity" : { },
      "auditable" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "historized" : true,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "name" : "...",
      "code" : "...",
      "tagType" : { }
    } ],
    "description" : "...",
    "disabled" : true,
    "assignedAttributes" : [ { }, { } ],
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "allowedValues" : [ "...", "..." ],
    "referenceDescription" : "...",
    "unitNbDecimal" : 12345,
    "commercialRules" : [ {
      "codeChanged" : true,
      "targetGroupedAttributes" : { },
      "targetAttributeValue" : "...",
      "ruleEl" : "...",
      "targetProduct" : { },
      "historized" : true,
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "transient" : true,
      "targetTag" : { },
      "appendGeneratedCode" : true,
      "id" : 12345,
      "description" : "...",
      "commercialRuleItems" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "targetOfferTemplate" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "scopeType" : "QUOTE_OFFER",
      "ruleType" : "REPLACEMENT",
      "targetAttribute" : { },
      "disabled" : true,
      "targetProductCode" : "...",
      "targetOfferAttribute" : true,
      "targetProductVersion" : { },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "targetOfferTemplateCode" : "...",
      "auditable" : { }
    }, {
      "codeChanged" : true,
      "targetGroupedAttributes" : { },
      "targetAttributeValue" : "...",
      "ruleEl" : "...",
      "targetProduct" : { },
      "historized" : true,
      "notified" : true,
      "code" : "...",
      "referenceDescription" : "...",
      "transient" : true,
      "targetTag" : { },
      "appendGeneratedCode" : true,
      "id" : 12345,
      "description" : "...",
      "commercialRuleItems" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "targetOfferTemplate" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "scopeType" : "QUOTE_OFFER",
      "ruleType" : "REPLACEMENT",
      "targetAttribute" : { },
      "disabled" : true,
      "targetProductCode" : "...",
      "targetOfferAttribute" : true,
      "targetProductVersion" : { },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "targetOfferTemplateCode" : "...",
      "auditable" : { }
    } ],
    "parentEntityType" : { },
    "active" : true,
    "productVersionAttributes" : [ {
      "validationType" : "EL",
      "attribute" : { },
      "readOnly" : true,
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "display" : true,
      "mandatoryWithEl" : "...",
      "version" : 12345,
      "productVersion" : { },
      "validationLabel" : "...",
      "sequence" : 12345,
      "defaultValue" : "...",
      "validationPattern" : "..."
    }, {
      "validationType" : "EL",
      "attribute" : { },
      "readOnly" : true,
      "id" : 12345,
      "mandatory" : true,
      "transient" : true,
      "display" : true,
      "mandatoryWithEl" : "...",
      "version" : 12345,
      "productVersion" : { },
      "validationLabel" : "...",
      "sequence" : 12345,
      "defaultValue" : "...",
      "validationPattern" : "..."
    } ],
    "version" : 12345,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "groupedAttributes" : [ {
      "id" : 12345,
      "commercialRules" : [ { }, { } ],
      "display" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "descriptionAndCode" : "...",
      "cfAccumulatedValues" : { },
      "mandatory" : true,
      "parentCFEntities" : [ { }, { } ],
      "transient" : true,
      "appendGeneratedCode" : true,
      "sequence" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "description" : "...",
      "historized" : true,
      "notified" : true,
      "disabled" : true,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "attributes" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true
    }, {
      "id" : 12345,
      "commercialRules" : [ { }, { } ],
      "display" : true,
      "auditable" : { },
      "referenceCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "descriptionAndCode" : "...",
      "cfAccumulatedValues" : { },
      "mandatory" : true,
      "parentCFEntities" : [ { }, { } ],
      "transient" : true,
      "appendGeneratedCode" : true,
      "sequence" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "description" : "...",
      "historized" : true,
      "notified" : true,
      "disabled" : true,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "auditableFields" : [ { }, { } ],
      "attributes" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "codeChanged" : true,
      "active" : true
    } ],
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "notified" : true,
    "descriptionAndCode" : "...",
    "parentAttribute" : { }
  } ],
  "id" : 12345,
  "minimumInvoiceSubCategory" : {
    "description" : "...",
    "parentEntityType" : { },
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "referenceCode" : "...",
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "discount" : 12345.0,
    "id" : 12345,
    "code" : "...",
    "occTemplate" : {
      "accountingScheme" : { },
      "accountingCode" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "referenceCode" : "...",
      "parentEntity" : { },
      "contraAccountingCode2" : { },
      "description" : "...",
      "occCategory" : "CREDIT",
      "codeChanged" : true,
      "notified" : true,
      "manualCreationEnabled" : true,
      "referenceDescription" : "...",
      "version" : 12345,
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "historized" : true,
      "descriptionOrCode" : "...",
      "id" : 12345,
      "code" : "...",
      "accountCodeClientSide" : "...",
      "transient" : true,
      "contraAccountingCode" : { },
      "journal" : { }
    },
    "transient" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "uuid" : "...",
    "appendGeneratedCode" : true,
    "accountingCode" : {
      "auditable" : { },
      "chartOfAccountTypeEnum" : "EQUITY",
      "chartOfAccountViewTypeEnum" : "VIEW",
      "active" : true,
      "notified" : true,
      "codeChanged" : true,
      "disabled" : true,
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "id" : 12345,
      "parentAccountingCode" : { },
      "migrated" : true,
      "historized" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "version" : 12345,
      "reportingAccount" : "...",
      "description" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "notes" : "...",
      "referenceCode" : "...",
      "transient" : true
    },
    "descriptionOrCode" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "codeChanged" : true,
    "descriptionAndCode" : "...",
    "sortIndex" : 12345,
    "invoiceCategory" : {
      "parentEntityType" : { },
      "occTemplate" : { },
      "cfValues" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "codeChanged" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "notified" : true,
      "description" : "...",
      "referenceCode" : "...",
      "cfAccumulatedValues" : { },
      "parentEntity" : { },
      "id" : 12345,
      "appendGeneratedCode" : true,
      "referenceDescription" : "...",
      "occTemplateNegative" : { },
      "transient" : true,
      "sortIndex" : 12345,
      "auditable" : { },
      "code" : "...",
      "invoiceSubCategories" : [ { }, { } ],
      "uuid" : "...",
      "version" : 12345
    },
    "notified" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "occTemplateNegative" : {
      "accountingScheme" : { },
      "accountingCode" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntityType" : { },
      "referenceCode" : "...",
      "parentEntity" : { },
      "contraAccountingCode2" : { },
      "description" : "...",
      "occCategory" : "CREDIT",
      "codeChanged" : true,
      "notified" : true,
      "manualCreationEnabled" : true,
      "referenceDescription" : "...",
      "version" : 12345,
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "historized" : true,
      "descriptionOrCode" : "...",
      "id" : 12345,
      "code" : "...",
      "accountCodeClientSide" : "...",
      "transient" : true,
      "contraAccountingCode" : { },
      "journal" : { }
    },
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "historized" : true,
    "version" : 12345,
    "referenceDescription" : "..."
  },
  "instantiatedFromBSM" : true,
  "codeChanged" : true,
  "minimumChargeTemplate" : {
    "inputUnitEL" : "...",
    "unitNbDecimal" : 12345,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "revenueRecognitionRule" : {
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "startEvent" : "SUBSCRIPTION_STOP",
      "transient" : true,
      "referenceDescription" : "...",
      "startDelay" : 12345,
      "stopEvent" : "INVOICE_DUE_DATE",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "appendGeneratedCode" : true,
      "startUnit" : "DAY",
      "code" : "...",
      "referenceCode" : "...",
      "description" : "...",
      "parentEntity" : { },
      "historized" : true,
      "active" : true,
      "notified" : true,
      "script" : { },
      "stopUnit" : "DAY",
      "descriptionAndCode" : "...",
      "version" : 12345,
      "id" : 12345,
      "parentEntityType" : { },
      "stopDelay" : 12345
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "descriptionOrCode" : "...",
    "historized" : true,
    "descriptionAndCode" : "...",
    "roundingValuesComputed" : true,
    "outputUnitEL" : "...",
    "status" : "ARCHIVED",
    "notified" : true,
    "amountEditable" : true,
    "type" : "CREDIT",
    "ratingScript" : {
      "historized" : true,
      "sourcingRoles" : [ "...", "..." ],
      "reuse" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "codeChanged" : true,
      "scriptInstanceCategory" : { },
      "scriptErrors" : [ { }, { } ],
      "executionRoles" : [ "...", "..." ],
      "referenceDescription" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "descriptionOrCode" : "...",
      "referenceCode" : "...",
      "parentEntityType" : { },
      "error" : true,
      "sourceTypeEnum" : "JAVA",
      "transient" : true,
      "descriptionAndCode" : "...",
      "description" : "...",
      "id" : 12345,
      "active" : true,
      "script" : "...",
      "version" : 12345
    },
    "chargeMainType" : "ONESHOT",
    "attributes" : [ {
      "attributeCategory" : "REGULAR",
      "medias" : [ { }, { } ],
      "historized" : true,
      "priority" : 12345,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "id" : 12345,
      "elValue" : "...",
      "code" : "...",
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "attributeType" : "EXPRESSION_LANGUAGE",
      "chargeTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "offerTemplateAttribute" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "description" : "...",
      "disabled" : true,
      "assignedAttributes" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "allowedValues" : [ "...", "..." ],
      "referenceDescription" : "...",
      "unitNbDecimal" : 12345,
      "commercialRules" : [ { }, { } ],
      "parentEntityType" : { },
      "active" : true,
      "productVersionAttributes" : [ { }, { } ],
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "notified" : true,
      "descriptionAndCode" : "...",
      "parentAttribute" : { }
    }, {
      "attributeCategory" : "REGULAR",
      "medias" : [ { }, { } ],
      "historized" : true,
      "priority" : 12345,
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "id" : 12345,
      "elValue" : "...",
      "code" : "...",
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "attributeType" : "PHONE",
      "chargeTemplates" : [ { }, { } ],
      "codeChanged" : true,
      "offerTemplateAttribute" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "description" : "...",
      "disabled" : true,
      "assignedAttributes" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "parentEntity" : { },
      "allowedValues" : [ "...", "..." ],
      "referenceDescription" : "...",
      "unitNbDecimal" : 12345,
      "commercialRules" : [ { }, { } ],
      "parentEntityType" : { },
      "active" : true,
      "productVersionAttributes" : [ { }, { } ],
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "groupedAttributes" : [ { }, { } ],
      "auditable" : { },
      "notified" : true,
      "descriptionAndCode" : "...",
      "parentAttribute" : { }
    } ],
    "taxClassEl" : "...",
    "unitMultiplicator" : 12345.0,
    "code" : "...",
    "referenceCode" : "...",
    "productCharges" : [ {
      "walletTemplates" : [ { }, { } ],
      "version" : 12345,
      "accumulatorCounterTemplates" : [ { }, { } ],
      "counterTemplate" : { },
      "product" : { },
      "transient" : true,
      "id" : 12345,
      "chargeTemplate" : { }
    }, {
      "walletTemplates" : [ { }, { } ],
      "version" : 12345,
      "accumulatorCounterTemplates" : [ { }, { } ],
      "counterTemplate" : { },
      "product" : { },
      "transient" : true,
      "id" : 12345,
      "chargeTemplate" : { }
    } ],
    "disabled" : true,
    "description" : "...",
    "parentCFEntities" : [ {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    }, {
      "cfValuesNullSafe" : { },
      "uuid" : "...",
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "CFValuesCopy" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfAccumulatedValues" : { }
    } ],
    "roundingMode" : "DOWN",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "inputUnitDescription" : "...",
    "id" : 12345,
    "edrTemplates" : [ {
      "quantityEl" : "...",
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345,
      "parentEntityType" : { },
      "triggeredEdrScript" : { },
      "auditable" : { },
      "param3El" : "...",
      "codeChanged" : true,
      "historized" : true,
      "param4El" : "...",
      "referenceCode" : "...",
      "param1El" : "...",
      "opencellInstanceEL" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "conditionEl" : "...",
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "description" : "...",
      "param2El" : "...",
      "meveoInstance" : { }
    }, {
      "quantityEl" : "...",
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345,
      "parentEntityType" : { },
      "triggeredEdrScript" : { },
      "auditable" : { },
      "param3El" : "...",
      "codeChanged" : true,
      "historized" : true,
      "param4El" : "...",
      "referenceCode" : "...",
      "param1El" : "...",
      "opencellInstanceEL" : "...",
      "notified" : true,
      "subscriptionEl" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "conditionEl" : "...",
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "description" : "...",
      "param2El" : "...",
      "meveoInstance" : { }
    } ],
    "oneShotChargeTemplateType" : "TERMINATION",
    "ratingUnitDescription" : "...",
    "immediateInvoicing" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "chargeType" : "...",
    "dropZeroWo" : true,
    "inputUnitOfMeasure" : {
      "descriptionNotNull" : "...",
      "transient" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "auditable" : { },
      "symbol" : "...",
      "multiplicator" : 12345,
      "baseUnit" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntity" : { },
      "parentUnitOfMeasure" : { },
      "id" : 12345,
      "notified" : true
    },
    "active" : true,
    "version" : 12345,
    "filterExpression" : "...",
    "transient" : true,
    "sortIndexEl" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "ratingUnitOfMeasure" : {
      "descriptionNotNull" : "...",
      "transient" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "auditable" : { },
      "symbol" : "...",
      "multiplicator" : 12345,
      "baseUnit" : true,
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "description" : "...",
      "referenceCode" : "...",
      "version" : 12345,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntity" : { },
      "parentUnitOfMeasure" : { },
      "id" : 12345,
      "notified" : true
    },
    "referenceDescription" : "...",
    "invoiceSubCategory" : {
      "description" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "id" : 12345,
      "code" : "...",
      "occTemplate" : { },
      "transient" : true,
      "auditable" : { },
      "uuid" : "...",
      "appendGeneratedCode" : true,
      "accountingCode" : { },
      "descriptionOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "sortIndex" : 12345,
      "invoiceCategory" : { },
      "notified" : true,
      "cfAccumulatedValues" : { },
      "occTemplateNegative" : { },
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "version" : 12345,
      "referenceDescription" : "..."
    },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "codeChanged" : true,
    "taxClass" : {
      "cfValues" : { },
      "uuid" : "...",
      "codeChanged" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "...",
      "description" : "...",
      "cfAccumulatedValues" : { },
      "id" : 12345,
      "parentEntityType" : { },
      "version" : 12345,
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "descriptionAndCode" : "..."
    },
    "parentEntityType" : { },
    "appendGeneratedCode" : true
  },
  "version" : 12345,
  "selected" : true,
  "descriptionOverride" : "...",
  "historized" : true,
  "code" : "...",
  "uuid" : "...",
  "serviceRenewal" : {
    "daysNotifyRenewal" : 12345,
    "calendarInitialyActiveFor" : {
      "referenceDescription" : "...",
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "initDateEL" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "notified" : true,
      "initializationRequired" : true,
      "calendarTypeWSubtypes" : "...",
      "referenceCode" : "...",
      "id" : 12345,
      "auditable" : { },
      "version" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionAndCode" : "...",
      "transient" : true,
      "calendarType" : "...",
      "initDate" : 12345,
      "historized" : true
    },
    "description" : "...",
    "referenceCode" : "...",
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "invoiceAgreementImmediately" : true,
    "overrideProrata" : "NO_OVERRIDE",
    "renewForUnit" : "DAY",
    "initialTermType" : "FIXED",
    "descriptionOrCode" : "...",
    "codeChanged" : true,
    "version" : 12345,
    "applyTerminationCharges" : true,
    "autoRenew" : true,
    "autoRenewDate" : 12345,
    "parentEntityType" : { },
    "referenceDescription" : "...",
    "initialyActiveFor" : 12345,
    "id" : 12345,
    "code" : "...",
    "historized" : true,
    "applyReimbursment" : true,
    "descriptionAndCode" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "appendGeneratedCode" : true,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "endOfTermAction" : "SUSPEND",
    "initialyActiveForUnit" : "DAY",
    "extendAgreementPeriodToSubscribedTillDate" : true,
    "renewFor" : 12345,
    "calendarRenewFor" : {
      "referenceDescription" : "...",
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "initDateEL" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "notified" : true,
      "initializationRequired" : true,
      "calendarTypeWSubtypes" : "...",
      "referenceCode" : "...",
      "id" : 12345,
      "auditable" : { },
      "version" : 12345,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionAndCode" : "...",
      "transient" : true,
      "calendarType" : "...",
      "initDate" : 12345,
      "historized" : true
    },
    "renewalTermType" : "RECURRING",
    "notified" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "applyAgreement" : true,
    "reimburseOneshots" : true,
    "transient" : true
  },
  "cfValues" : {
    "valuesByCode" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      }, {
        "from" : 12345,
        "to" : 12345,
        "string" : "...",
        "date" : { },
        "long" : 12345,
        "double" : 12345.0,
        "boolean" : true,
        "entity" : { },
        "url" : { },
        "listString" : [ "...", "..." ],
        "listDate" : [ { }, { } ],
        "listLong" : [ 12345, 12345 ],
        "valid" : true,
        "listDouble" : [ 12345.0, 12345.0 ],
        "listBoolean" : [ true, true ],
        "listEntity" : [ { }, { } ],
        "mapString" : {
          "property1" : "...",
          "property2" : "..."
        },
        "mapDate" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapLong" : {
          "property1" : 12345,
          "property2" : 12345
        },
        "mapDouble" : {
          "property1" : 12345.0,
          "property2" : 12345.0
        },
        "mapBoolean" : {
          "property1" : true,
          "property2" : true
        },
        "mapEntity" : {
          "property1" : { },
          "property2" : { }
        },
        "source" : "...",
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345,
        "customTableCode" : "...",
        "dataFilter" : "...",
        "fields" : "...",
        "mapCfValues" : {
          "property1" : "...",
          "property2" : "..."
        },
        "newPeriod" : true,
        "mapValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "matrixValuesForGUI" : [ {
          "property1" : { },
          "property2" : { }
        }, {
          "property1" : { },
          "property2" : { }
        } ],
        "listValue" : [ { }, { } ],
        "mapValue" : {
          "property1" : { },
          "property2" : { }
        },
        "entityReferenceValueForGUI" : { },
        "childEntityValuesForGUI" : [ { }, { } ],
        "priority" : 12345,
        "datasetForGUI" : { },
        "valueEmptyForGui" : true,
        "valueEmpty" : true,
        "value" : { },
        "keyValueMap" : {
          "property1" : { },
          "property2" : { }
        },
        "excessiveInSize" : true,
        "allEntities" : [ { }, { } ]
      } ]
    },
    "values" : {
      "property1" : { },
      "property2" : { }
    },
    "newVersionedCFValuePeriods" : {
      "property1" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ],
      "property2" : [ {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      }, {
        "from" : 12345,
        "to" : 12345,
        "valid" : true,
        "empty" : true,
        "strictMatch" : true,
        "fromMatch" : 12345,
        "toMatch" : 12345
      } ]
    },
    "encrypted" : true
  },
  "transient" : true,
  "invoicingCalendar" : {
    "referenceDescription" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "descriptionOrCode" : "...",
    "codeChanged" : true,
    "initDateEL" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "appendGeneratedCode" : true,
    "description" : "...",
    "parentEntityType" : { },
    "code" : "...",
    "notified" : true,
    "initializationRequired" : true,
    "calendarTypeWSubtypes" : "...",
    "referenceCode" : "...",
    "id" : 12345,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "version" : 12345,
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "descriptionAndCode" : "...",
    "transient" : true,
    "calendarType" : "...",
    "initDate" : 12345,
    "historized" : true
  },
  "referenceDescription" : "...",
  "disabled" : true,
  "serviceTerminationCharges" : [ {
    "transient" : true,
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "NOTIFICATION",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "BA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "NOTIFICATION",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CUST",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "id" : 12345,
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "NOTIFICATION",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "BA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "version" : 12345,
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "DEBIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "HALF_EVEN",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "ACTIVE",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "PRODUCT",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    },
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "POSTPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    }
  }, {
    "transient" : true,
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "NOTIFICATION",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "SU",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "UA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "id" : 12345,
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "version" : 12345,
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "DEBIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "UP",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "DRAFT",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "RECURRING",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    },
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "POSTPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    }
  } ],
  "active" : true,
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "descriptionOrCode" : "...",
  "parentEntityType" : { },
  "minimumLabelEl" : "...",
  "parentEntity" : {
    "referenceDescription" : "...",
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "parentEntity" : { },
    "codeChanged" : true,
    "description" : "...",
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "transient" : true,
    "referenceCode" : "...",
    "version" : 12345,
    "code" : "...",
    "parentEntityType" : { },
    "id" : 12345,
    "notified" : true,
    "appendGeneratedCode" : true,
    "descriptionAndCode" : "...",
    "historized" : true,
    "descriptionOrCode" : "..."
  },
  "tags" : [ {
    "parentEntityType" : { },
    "id" : 12345,
    "seller" : {
      "generalLedger" : { },
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceCode" : "...",
      "minimumLabelEl" : "...",
      "primaryContact" : { },
      "externalRef1" : "...",
      "historized" : true,
      "cfValues" : { },
      "parentEntityType" : { },
      "providerContact" : "...",
      "legalText" : "...",
      "businessAccountModel" : { },
      "legalType" : "...",
      "tradingCountry" : { },
      "parentEntity" : { },
      "name" : { },
      "jobTitle" : "...",
      "uuid" : "...",
      "transient" : true,
      "address" : { },
      "referenceDescription" : "...",
      "description" : "...",
      "seller" : { },
      "accountType" : "...",
      "tradingLanguage" : { },
      "invoiceTypeSequence" : [ { }, { } ],
      "tradingCurrency" : { },
      "minimumAmountEl" : "...",
      "cfAccumulatedValues" : { },
      "registrationNo" : "...",
      "contracts" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "code" : "...",
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "legalEntityType" : { },
      "vatNo" : "...",
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "codeChanged" : true,
      "customerSequences" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "parentCFEntities" : [ { }, { } ],
      "defaultLevel" : true,
      "auditableFields" : [ { }, { } ],
      "externalRef2" : "...",
      "paymentGateways" : [ { }, { } ],
      "notified" : true,
      "contactInformation" : { }
    },
    "referenceDescription" : "...",
    "parentTag" : { },
    "version" : 12345,
    "referenceCode" : "...",
    "codeChanged" : true,
    "notified" : true,
    "filterEl" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "description" : "...",
    "historized" : true,
    "transient" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "descriptionAndCode" : "...",
    "name" : "...",
    "code" : "...",
    "tagType" : {
      "historized" : true,
      "seller" : { },
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "parentEntity" : { },
      "transient" : true,
      "referenceCode" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "notified" : true,
      "descriptionAndCode" : "...",
      "tags" : [ { }, { } ],
      "code" : "...",
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "codeChanged" : true,
      "referenceDescription" : "..."
    }
  }, {
    "parentEntityType" : { },
    "id" : 12345,
    "seller" : {
      "generalLedger" : { },
      "descriptionAndCode" : "...",
      "version" : 12345,
      "referenceCode" : "...",
      "minimumLabelEl" : "...",
      "primaryContact" : { },
      "externalRef1" : "...",
      "historized" : true,
      "cfValues" : { },
      "parentEntityType" : { },
      "providerContact" : "...",
      "legalText" : "...",
      "businessAccountModel" : { },
      "legalType" : "...",
      "tradingCountry" : { },
      "parentEntity" : { },
      "name" : { },
      "jobTitle" : "...",
      "uuid" : "...",
      "transient" : true,
      "address" : { },
      "referenceDescription" : "...",
      "description" : "...",
      "seller" : { },
      "accountType" : "...",
      "tradingLanguage" : { },
      "invoiceTypeSequence" : [ { }, { } ],
      "tradingCurrency" : { },
      "minimumAmountEl" : "...",
      "cfAccumulatedValues" : { },
      "registrationNo" : "...",
      "contracts" : [ { }, { } ],
      "auditable" : { },
      "id" : 12345,
      "code" : "...",
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "legalEntityType" : { },
      "vatNo" : "...",
      "isCompany" : true,
      "minimumChargeTemplate" : { },
      "codeChanged" : true,
      "customerSequences" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "parentCFEntities" : [ { }, { } ],
      "defaultLevel" : true,
      "auditableFields" : [ { }, { } ],
      "externalRef2" : "...",
      "paymentGateways" : [ { }, { } ],
      "notified" : true,
      "contactInformation" : { }
    },
    "referenceDescription" : "...",
    "parentTag" : { },
    "version" : 12345,
    "referenceCode" : "...",
    "codeChanged" : true,
    "notified" : true,
    "filterEl" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "description" : "...",
    "historized" : true,
    "transient" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "STATUS",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "descriptionAndCode" : "...",
    "name" : "...",
    "code" : "...",
    "tagType" : {
      "historized" : true,
      "seller" : { },
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "parentEntity" : { },
      "transient" : true,
      "referenceCode" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "notified" : true,
      "descriptionAndCode" : "...",
      "tags" : [ { }, { } ],
      "code" : "...",
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "codeChanged" : true,
      "referenceDescription" : "..."
    }
  } ],
  "serviceUsageCharges" : [ {
    "version" : 12345,
    "transient" : true,
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "DEBIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "HALF_EVEN",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "ARCHIVED",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "RECURRING",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    },
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "NOTIFICATION",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "SU",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "NOTIFICATION",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "id" : 12345,
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "SU",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    }
  }, {
    "version" : 12345,
    "transient" : true,
    "chargeTemplate" : {
      "inputUnitEL" : "...",
      "description" : "...",
      "type" : "DEBIT",
      "outputUnitEL" : "...",
      "cfAccumulatedValues" : { },
      "taxClassEl" : "...",
      "auditable" : { },
      "roundingValuesComputed" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cfValues" : { },
      "ratingUnitDescription" : "...",
      "codeChanged" : true,
      "uuid" : "...",
      "inputUnitDescription" : "...",
      "disabled" : true,
      "referenceDescription" : "...",
      "code" : "...",
      "attributes" : [ { }, { } ],
      "active" : true,
      "referenceCode" : "...",
      "edrTemplates" : [ { }, { } ],
      "ratingScript" : { },
      "ratingUnitOfMeasure" : { },
      "unitMultiplicator" : 12345.0,
      "parentEntityType" : { },
      "chargeType" : "...",
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "revenueRecognitionRule" : { },
      "roundingMode" : "NEAREST",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "invoiceSubCategory" : { },
      "version" : 12345,
      "amountEditable" : true,
      "id" : 12345,
      "historized" : true,
      "status" : "ACTIVE",
      "appendGeneratedCode" : true,
      "filterExpression" : "...",
      "chargeMainType" : "ONESHOT",
      "unitNbDecimal" : 12345,
      "transient" : true,
      "dropZeroWo" : true,
      "taxClass" : { },
      "inputUnitOfMeasure" : { },
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "sortIndexEl" : "...",
      "productCharges" : [ { }, { } ]
    },
    "accumulatorCounterTemplates" : [ {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "SINGLE_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "SI",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    }, {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE_AMOUNT",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "BA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    } ],
    "id" : 12345,
    "counterTemplate" : {
      "ceilingExpressionEl" : "...",
      "referenceCode" : "...",
      "accumulator" : true,
      "accumulatorType" : "MULTI_VALUE",
      "calendar" : { },
      "descriptionAndCode" : "...",
      "calendarCodeEl" : "...",
      "counterType" : "USAGE",
      "historized" : true,
      "keyEl" : "...",
      "filterEl" : "...",
      "version" : 12345,
      "description" : "...",
      "notificationLevels" : "...",
      "codeChanged" : true,
      "unityDescription" : "...",
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "active" : true,
      "counterLevel" : "CA",
      "notified" : true,
      "auditable" : { },
      "code" : "...",
      "disabled" : true,
      "descriptionOrCode" : "...",
      "ceiling" : 12345.0,
      "valueEl" : "...",
      "referenceDescription" : "...",
      "parentEntityType" : { },
      "id" : 12345
    },
    "walletTemplates" : [ {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    }, {
      "auditable" : { },
      "description" : "...",
      "codeChanged" : true,
      "rejectLevel" : 12345.0,
      "lowBalanceLevelEl" : "...",
      "version" : 12345,
      "referenceDescription" : "...",
      "parentEntity" : { },
      "parentEntityType" : { },
      "walletType" : "PREPAID",
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "fastRatingLevel" : 12345,
      "descriptionAndCode" : "...",
      "notified" : true,
      "rejectLevelEl" : "...",
      "id" : 12345,
      "consumptionAlertSet" : true,
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "appendGeneratedCode" : true,
      "transient" : true,
      "historized" : true,
      "lowBalanceLevel" : 12345.0
    } ],
    "serviceTemplate" : {
      "autoEndOfEngagement" : true,
      "referenceCode" : "...",
      "serviceRecurringCharges" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "parentCFEntities" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "serviceSubscriptionCharges" : [ { }, { } ],
      "imagePath" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "minimumAmountEl" : "...",
      "auditable" : { },
      "notified" : true,
      "businessServiceModel" : { },
      "longDescription" : "...",
      "attributes" : [ { }, { } ],
      "id" : 12345,
      "minimumInvoiceSubCategory" : { },
      "instantiatedFromBSM" : true,
      "codeChanged" : true,
      "minimumChargeTemplate" : { },
      "version" : 12345,
      "selected" : true,
      "descriptionOverride" : "...",
      "historized" : true,
      "code" : "...",
      "uuid" : "...",
      "serviceRenewal" : { },
      "cfValues" : { },
      "transient" : true,
      "invoicingCalendar" : { },
      "referenceDescription" : "...",
      "disabled" : true,
      "serviceTerminationCharges" : [ { }, { } ],
      "active" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "descriptionOrCode" : "...",
      "parentEntityType" : { },
      "minimumLabelEl" : "...",
      "parentEntity" : { },
      "tags" : [ { }, { } ],
      "serviceUsageCharges" : [ { }, { } ]
    }
  } ]
}