/** * @return float */ public function getBalance() { return $this->bank->getBalance($this->customer); }