コード例 #1
0
 public function totalAmount()
 {
     return $this->loan->getNativeAmount()->add($this->totalInterest());
 }