export class CancellationReasons { static NOSHOW = 'NOSHOW' static DEFAULT = 'DEFAULT' }