| name | data type | constraints | description |
|---|---|---|---|
| calendar | string | ||
| durationTermInMonth | number | ||
| subscriptionProrata | boolean | ||
| terminationProrata | boolean | ||
| applyInAdvance | boolean | ||
| shareLevel | number | ||
| filterExpression | string | max size: 255, min size: 0 | |
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
{
"calendar" : "...",
"durationTermInMonth" : 12345,
"subscriptionProrata" : true,
"terminationProrata" : true,
"applyInAdvance" : true,
"shareLevel" : 12345,
"filterExpression" : "...",
"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" : "INDEX"
} ]
},
"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" : "..."
}