UNPKG

ch-admin-api-client-typescript

Version:
121 lines 2.45 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * Contact: developer@icloudhospital.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface CallHistoryItemModel */ export interface CallHistoryItemModel { /** * * @type {string} * @memberof CallHistoryItemModel */ 'id'?: string; /** * * @type {string} * @memberof CallHistoryItemModel */ 'languageCodeFilter'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'patientId'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'patientName'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'patientEmail'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'patientPhone'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'patientPhoto'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'hospitalId'?: string; /** * * @type {string} * @memberof CallHistoryItemModel */ 'hospitalName'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'hospitalTimeZone'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'virtualNumber'?: string | null; /** * * @type {string} * @memberof CallHistoryItemModel */ 'targetNumber'?: string | null; /** * * @type {Date} * @memberof CallHistoryItemModel */ 'startTime'?: Date; /** * * @type {Date} * @memberof CallHistoryItemModel */ 'endTime'?: Date; /** * * @type {number} * @memberof CallHistoryItemModel */ 'duration'?: number; /** * * @type {number} * @memberof CallHistoryItemModel */ 'rate'?: number; /** * * @type {number} * @memberof CallHistoryItemModel */ 'price'?: number; } //# sourceMappingURL=call-history-item-model.d.ts.map