/** * Represents information about a type of telecommunications transaction * @export * @class CommunicationsTransactionTypeModel */ export declare class CommunicationsTransactionTypeModel { /** * @type {number} * @memberof CommunicationsTransactionTypeModel */ transactionTypeId: number; /** * @type {string} * @memberof CommunicationsTransactionTypeModel */ TransactionType?: string | undefined; }