usageChargeTemplateDto Data Type

The Class UsageChargeTemplateDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
filterExpression string element 0/1 max size: 2000, min size: 0 The filter expression.
filterExpressionSpark string element 0/1 max size: 2000, min size: 0 The filter expression.
filterParam1 string element 0/1 max size: 255, min size: 0 The filter param 1.
filterParam2 string element 0/1 max size: 255, min size: 0 The filter param 2.
filterParam3 string element 0/1 max size: 255, min size: 0 The filter param 3.
filterParam4 string element 0/1 max size: 255, min size: 0 The filter param 4.
priority int element 1/1   The priority.
triggerNextCharge boolean element 0/1   If true and (charge has no counter associated) then the next matching charge with the full quantity of the EDR.
triggerNextChargeEL string element 0/1   Overrides the triggerNextCharge switch.
Properties inherited from chargeTemplateDto
amountEditable boolean element 0/1   The amount editable.
customFields customFieldsDto element 0/1   The custom fields.
inputUnitDescription string element 0/1   The input unit description.
invoiceSubCategory string element 1/1 required The invoice sub category.
languageDescriptions languageDescriptionDto element 0/unbounded   The language descriptions.
ratingUnitDescription string element 0/1   The rating unit description.
revenueRecognitionRuleCode string element 0/1   The revenue recognition rule code.
roundingModeDtoEnum roundingModeEnum element 0/1   EDR and WO quantity field value rounding
triggeredEdrs triggeredEdrTemplatesDto element 0/1   The triggered edrs.
unitMultiplicator decimal element 0/1   The unit multiplicator.
unitNbDecimal int element 1/1   EDR and WO quantity field value precision
Properties inherited from enableBusinessDto
code string attribute 1/1   The code
description string attribute 0/1   The description
id long attribute 0/1   The id.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded    
disabled boolean element 0/1   Is entity disabled. Value is ignored in Update action - use enable/disable API instead.
updatedCode string element 0/1   The updated code.

Example

<UsageChargeTemplate code="..." description="..." id="...">
  <filterParam1>...</filterParam1>
  <filterParam2>...</filterParam2>
  <filterParam3>...</filterParam3>
  <filterParam4>...</filterParam4>
  <filterExpression>...</filterExpression>
  <filterExpressionSpark>...</filterExpressionSpark>
  <priority>...</priority>
  <triggerNextCharge>...</triggerNextCharge>
  <triggerNextChargeEL>...</triggerNextChargeEL>
  <invoiceSubCategory>...</invoiceSubCategory>
  <amountEditable>...</amountEditable>
  <languageDescriptions>
    <languageCode>...</languageCode>
    <description>...</description>
  </languageDescriptions>
  <inputUnitDescription>...</inputUnitDescription>
  <ratingUnitDescription>...</ratingUnitDescription>
  <unitMultiplicator>...</unitMultiplicator>
  <unitNbDecimal>...</unitNbDecimal>
  <roundingModeDtoEnum>...</roundingModeDtoEnum>
  <revenueRecognitionRuleCode>...</revenueRecognitionRuleCode>
  <customFields>
    <customField/>
    <inheritedCustomField/>
  </customFields>
  <triggeredEdrs>
    <triggeredEdr/>
  </triggeredEdrs>
  <disabled>...</disabled>
  <auditable/>
  <auditableFields>
    <auditableField/>
  </auditableFields>
  <updatedCode>...</updatedCode>
</UsageChargeTemplate>