name; } public function isTax(): bool { return $this === self::Tax; } public function isDiscount(): bool { return $this === self::Discount; } }