public function equals(PaymentTransactionType $obj)
 {
     return $this->getType() == $obj->getType();
 }