/**
 * 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 { BankAccountInfoModel } from './bank-account-info-model';
import { FeatureModel } from './feature-model';
import { FrequentlyAskedQuestionsModel } from './frequently-asked-questions-model';
import { HospitalContactItemModel } from './hospital-contact-item-model';
import { LocalizedUrlMetadataModel } from './localized-url-metadata-model';
import { LocalizedUrlModel } from './localized-url-model';
import { MarketingType } from './marketing-type';
import { MediaModel } from './media-model';
import { PaymentMethod } from './payment-method';
/**
 *
 * @export
 * @interface HospitalSpecialtyModel
 */
export interface HospitalSpecialtyModel {
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'id'?: string;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'languageCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'name'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'slug'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof HospitalSpecialtyModel
     */
    'confirmed'?: boolean;
    /**
     *
     * @type {number}
     * @memberof HospitalSpecialtyModel
     */
    'order'?: number;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'photo'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'photoThumbnail'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'background'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'backgroundThumbnail'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'title'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'overview'?: string | null;
    /**
     *
     * @type {number}
     * @memberof HospitalSpecialtyModel
     */
    'servicesCount'?: number;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'appointmentCurrency'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'specialtyId'?: string;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'specialtyName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'specialtyTypeId'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'specialtyTypeName'?: string | null;
    /**
     *
     * @type {MarketingType}
     * @memberof HospitalSpecialtyModel
     */
    'marketingType'?: MarketingType;
    /**
     *
     * @type {AppointmentOptionModel}
     * @memberof HospitalSpecialtyModel
     */
    'appointmentOption'?: AppointmentOptionModel;
    /**
     *
     * @type {FeatureModel}
     * @memberof HospitalSpecialtyModel
     */
    'feature'?: FeatureModel;
    /**
     *
     * @type {AuditableEntityModel}
     * @memberof HospitalSpecialtyModel
     */
    'auditableEntity'?: AuditableEntityModel;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'description'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'content'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'markdown'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalId'?: string;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalSlug'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalSpecialtyModel
     */
    'customStyle'?: string | null;
    /**
     *
     * @type {Array<LocalizedUrlModel>}
     * @memberof HospitalSpecialtyModel
     */
    'localizedUrls'?: Array<LocalizedUrlModel> | null;
    /**
     *
     * @type {Array<LocalizedUrlMetadataModel>}
     * @memberof HospitalSpecialtyModel
     */
    'localizedMetadatas'?: Array<LocalizedUrlMetadataModel> | null;
    /**
     *
     * @type {Array<MediaModel>}
     * @memberof HospitalSpecialtyModel
     */
    'medias'?: Array<MediaModel> | null;
    /**
     *
     * @type {Array<HospitalContactItemModel>}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalContacts'?: Array<HospitalContactItemModel> | null;
    /**
     *
     * @type {Array<BankAccountInfoModel>}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalBankAccountInfos'?: Array<BankAccountInfoModel> | null;
    /**
     *
     * @type {Array<PaymentMethod>}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalPaymentMethods'?: Array<PaymentMethod> | null;
    /**
     *
     * @type {FrequentlyAskedQuestionsModel}
     * @memberof HospitalSpecialtyModel
     */
    'platformFaqs'?: FrequentlyAskedQuestionsModel;
    /**
     *
     * @type {FrequentlyAskedQuestionsModel}
     * @memberof HospitalSpecialtyModel
     */
    'hospitalFaqs'?: FrequentlyAskedQuestionsModel;
}
//# sourceMappingURL=hospital-specialty-model.d.ts.map