private function setPaymentAmount(Money $amount)
 {
     $this->amount = $amount->getSecure();
 }