public function getPaymentDetails()
 {
     $payment = Payment::DefaultApartment()->first();
     return $payment;
 }