IOpenCard.php 89 B

12345678
  1. <?php
  2. namespace mapi;
  3. interface IOpenCard
  4. {
  5. public function fraud_check() : bool;
  6. }