UsageChargeTemplateDto Data Type

Implemented Interfaces
Serializable
Properties
name data type constraints description
filterParam1 string max size: 255, min size: 0
filterParam2 string max size: 255, min size: 0
filterParam3 string max size: 255, min size: 0
filterParam4 string max size: 255, min size: 0
filterExpression string max size: 255, min size: 0
priority number  
Properties inherited from ChargeTemplateDto
code string  
description string  
invoiceSubCategory string  
disabled boolean  
amountEditable boolean  
languageDescriptions array of LanguageDescriptionDto  
inputUnitDescription string  
ratingUnitDescription string  
unitMultiplicator number  
unitNbDecimal number  
roundingModeDtoEnum RoundingModeEnum  
revenueRecognitionRuleCode string  
customFields CustomFieldsDto  
triggeredEdrs TriggeredEdrTemplatesDto  
Properties inherited from BusinessDto
updatedCode string  

Example

{
  "filterParam1" : "...",
  "filterParam2" : "...",
  "filterParam3" : "...",
  "filterParam4" : "...",
  "filterExpression" : "...",
  "priority" : 12345,
  "code" : "...",
  "description" : "...",
  "invoiceSubCategory" : "...",
  "disabled" : true,
  "amountEditable" : true,
  "languageDescriptions" : [ {
    "languageCode" : "...",
    "description" : "..."
  }, {
    "languageCode" : "...",
    "description" : "..."
  } ],
  "inputUnitDescription" : "...",
  "ratingUnitDescription" : "...",
  "unitMultiplicator" : 12345.0,
  "unitNbDecimal" : 12345,
  "roundingModeDtoEnum" : "DOWN",
  "revenueRecognitionRuleCode" : "...",
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX"
    }, {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    } ]
  },
  "triggeredEdrs" : {
    "triggeredEdr" : [ {
      "code" : "...",
      "description" : "...",
      "subscriptionEl" : "...",
      "meveoInstanceCode" : "...",
      "conditionEl" : "...",
      "quantityEl" : "...",
      "param1El" : "...",
      "param2El" : "...",
      "param3El" : "...",
      "param4El" : "...",
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "subscriptionEl" : "...",
      "meveoInstanceCode" : "...",
      "conditionEl" : "...",
      "quantityEl" : "...",
      "param1El" : "...",
      "param2El" : "...",
      "param3El" : "...",
      "param4El" : "...",
      "updatedCode" : "..."
    } ]
  },
  "updatedCode" : "..."
}