|
Smartswitch
|
The struct defines the biling-part of a CDR. More...
defined in <Cdr.ice>
struct CdrBilling { ... }
Data Members | |
| string | code |
| E.164 billing code. More... | |
| string | currency |
The name of the currency in which the price is calculated. More... | |
| double | minutes |
The duration of a call in minutes according to billing increment, minimum and free seconds. More... | |
| double | price |
| The full price of a call. More... | |
| bool | tollFree |
true if the callee pays. More... | |
The struct defines the biling-part of a CDR.
| string code |
E.164 billing code.
| string currency |
The name of the currency in which the price is calculated.
| double minutes |
The duration of a call in minutes according to billing increment, minimum and free seconds.
| double price |
The full price of a call.
| bool tollFree |
true if the callee pays.
1.8.15