/**
 * 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 UpdateBadgeCommand
 */
export interface UpdateBadgeCommand {
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'languageCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'badgeCategoryId'?: string;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'icon'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'backgroundColor'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'foregroundColor'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof UpdateBadgeCommand
     */
    'displayAreaHospital'?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof UpdateBadgeCommand
     */
    'displayAreaDoctor'?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof UpdateBadgeCommand
     */
    'displayAreaDeal'?: boolean;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'policy'?: string | null;
    /**
     *
     * @type {number}
     * @memberof UpdateBadgeCommand
     */
    'order'?: number;
    /**
     *
     * @type {boolean}
     * @memberof UpdateBadgeCommand
     */
    'published'?: boolean;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'name'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'overview'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'description'?: string | null;
    /**
     *
     * @type {string}
     * @memberof UpdateBadgeCommand
     */
    'content'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof UpdateBadgeCommand
     */
    'isConfirmed'?: boolean;
    /**
     *
     * @type {Array<string>}
     * @memberof UpdateBadgeCommand
     */
    'excludedCountries'?: Array<string> | null;
}
//# sourceMappingURL=update-badge-command.d.ts.map