/** * Is transaction type is buy * * @return bool */ public function isTypeBuy() { return $this->transactionType->getName() === self::TYPE_BUY; }