RateAndForwardBundle
Code | RATE-FORWARD |
---|---|
Description | Rating uses two different number plans, and the results are added up. |
Business scenario | Two different prices have to be added up in order to reach a final price, and one of the prices is actually already defined on another number plan. This bundle is made in order to be able to reuse some prices, instead of defining them again. |
Applies to | All kinds of usage |
Core info | 8.11 and later |
...
The RateAndForward Bundle sends a billing record twice through the rating process: once using the rating code and rating key set on the billing record, and once using the rating code and rating key set on the bundle, if present (at least one of the parameters RATINGCODE and RATINGKEY have to be set). The results of those two rating processes are addedaccumulated, and will represent the rated value of the billing record.
It is a prerequisite that the two rating processes each return only one invoice detail line, otherwise the RateAndForward Bundle cannot be used (a BundleConfigurationException with message "Configuration problem" will be thrown in this case). This means a.o. that the parameter RATING.PARAMETERS.SEPERATE_INITIAL_LINE should be set to NO.
...