ApierV2.ExportCdrsToFile with RoundingDecimals option

This commit is contained in:
DanB
2016-11-30 11:37:42 +01:00
parent 061c13b0bf
commit a9e4a35601
2 changed files with 6 additions and 1 deletions

View File

@@ -1096,6 +1096,7 @@ type AttrExportCdrsToFile struct {
MMSUsageMultiplyFactor *float64 // Multiply mms usage before export (eg: convert from MMS unit to call duration for some billing systems)
GenericUsageMultiplyFactor *float64 // Multiply generic usage before export (eg: convert from GENERIC unit to call duration for some billing systems)
CostMultiplyFactor *float64 // Multiply the cost before export, eg: apply VAT
RoundingDecimals *int // force rounding to this value
Verbose bool // Disable CgrIds reporting in reply/ExportedCgrIds and reply/UnexportedCgrIds
RPCCDRsFilter // Inherit the CDR filter attributes
}