/** * Encloses communication certificate customer * @export * @class CommunicationCustomerResponse */ export declare class CommunicationCustomerResponse { /** * @type {number} * @memberof CommunicationCustomerResponse */ id?: number | undefined; /** * @type {string} * @memberof CommunicationCustomerResponse */ customerNumber?: string | undefined; /** * @type {string} * @memberof CommunicationCustomerResponse */ name?: string | undefined; }