/** Details about simultaneous channels of this line */
export interface SimultaneousChannelsDetails {
    /** Basic quantity of simultaneous channels included in the line. */
    basic: number;
    /** Current quantity of simultaneous channels. */
    current: number;
    /** Extra quantity of simultaneous channels added to the line. */
    extra: number;
    /** Maximum quantity of simultaneous channels the line can have. */
    maximum: number;
    /** Quantity of simultaneous channels going to be deleted at the end of the billing cycle. */
    toBeDeleted: number;
}
//# sourceMappingURL=SimultaneousChannelsDetails.d.ts.map