totalAmount; } /** * @param int $totalAmount */ public function setTotalAmount($totalAmount) { $this->totalAmount = (int) $totalAmount; } }