import { TelephonySearchServiceTypeEnum } from './TelephonySearchServiceTypeEnum';
/** Informations related to a telephony service */
export interface TelephonySearchService {
    /** The billing account of the service */
    billingAccount?: string;
    /** The service domain */
    domain: string;
    /** The offer description */
    type: TelephonySearchServiceTypeEnum;
}
//# sourceMappingURL=TelephonySearchService.d.ts.map