Smartswitch
Data Members | List of all members
Smartswitch::Telephony::CdrBilling Struct Reference

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...
 

Detailed Description

The struct defines the biling-part of a CDR.

Data Member Documentation

◆ code

string code

E.164 billing code.

◆ currency

string currency

The name of the currency in which the price is calculated.

◆ minutes

double minutes

The duration of a call in minutes according to billing increment, minimum and free seconds.

◆ price

double price

The full price of a call.

◆ tollFree

bool tollFree

true if the callee pays.


The documentation for this struct was generated from the following file: