CashierInterFace.php 202 B

12345678910
  1. <?php
  2. namespace App\Inter;
  3. interface CashierInterFace
  4. {
  5. public function payment($RecordID, $amount, $accountName, $phone, $email, $OrderId, $PixNum, $PixType,$IFSCNumber,$BranchBank,$BankNO);
  6. }