UNPKG

ch-api-client-typescript2

Version:
149 lines 3.32 kB
/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * 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. */ import { AppointmentOptionModel } from './appointment-option-model'; import { AuditableEntityModel } from './auditable-entity-model'; import { FeatureModel } from './feature-model'; import { Procedure } from './procedure'; /** * * @export * @interface HospitalServiceItemModel */ export interface HospitalServiceItemModel { /** * * @type {string} * @memberof HospitalServiceItemModel */ 'id'?: string; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'appointmentCurrency'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'slug'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'description'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'overview'?: string | null; /** * * @type {boolean} * @memberof HospitalServiceItemModel */ 'confirmed'?: boolean; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'hospitalSpecialtyName'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'hospitalSpecialtySlug'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'hospitalSpecialtyId'?: string; /** * * @type {Procedure} * @memberof HospitalServiceItemModel */ 'procedure'?: Procedure; /** * * @type {number} * @memberof HospitalServiceItemModel */ 'minPrice'?: number | null; /** * * @type {number} * @memberof HospitalServiceItemModel */ 'maxPrice'?: number | null; /** * * @type {boolean} * @memberof HospitalServiceItemModel */ 'priceReuqest'?: boolean; /** * * @type {number} * @memberof HospitalServiceItemModel */ 'order'?: number; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'photo'?: string | null; /** * * @type {string} * @memberof HospitalServiceItemModel */ 'photoThumbnail'?: string | null; /** * * @type {AppointmentOptionModel} * @memberof HospitalServiceItemModel */ 'appointmentOption'?: AppointmentOptionModel; /** * * @type {FeatureModel} * @memberof HospitalServiceItemModel */ 'feature'?: FeatureModel; /** * * @type {AuditableEntityModel} * @memberof HospitalServiceItemModel */ 'auditableEntity'?: AuditableEntityModel; } //# sourceMappingURL=hospital-service-item-model.d.ts.map