'HĐ Mua bán', self::LEASE => 'HĐ Thuê', self::BCC => 'HĐ Hợp tác kinh doanh (BCC)', }; } public static function options(): array { return [ self::SALE->value => self::SALE->label(), self::LEASE->value => self::LEASE->label(), self::BCC->value => self::BCC->label(), ]; } }