/**
 * 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.
 */
import { AuditableEntityModel } from './auditable-entity-model';
import { MarketingType } from './marketing-type';
/**
 *
 * @export
 * @interface HospitalItemModel
 */
export interface HospitalItemModel {
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'id'?: string;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'languageCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     * @deprecated
     */
    'countryId'?: string;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'countryName'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'name'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'title'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'slug'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'slogan'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof HospitalItemModel
     */
    'confirmed'?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof HospitalItemModel
     */
    'isTranslating'?: boolean;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'logo'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'logoTransparent'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'logoWhite'?: string | null;
    /**
     *
     * @type {MarketingType}
     * @memberof HospitalItemModel
     */
    'marketingType'?: MarketingType;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'timeZone'?: string | null;
    /**
     *
     * @type {string}
     * @memberof HospitalItemModel
     */
    'websiteUrl'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof HospitalItemModel
     */
    'isCertified'?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof HospitalItemModel
     */
    'hideFromIch'?: boolean | null;
    /**
     *
     * @type {number}
     * @memberof HospitalItemModel
     */
    'engagementFeeRate'?: number | null;
    /**
     *
     * @type {number}
     * @memberof HospitalItemModel
     */
    'translationFeeRate'?: number | null;
    /**
     *
     * @type {AuditableEntityModel}
     * @memberof HospitalItemModel
     */
    'auditableEntity'?: AuditableEntityModel;
}
//# sourceMappingURL=hospital-item-model.d.ts.map