<?php namespace App\Inter; interface CashierInterFace { public function payment($RecordID, $amount, $accountName, $phone, $email, $OrderId, $PixNum, $PixType,$IFSCNumber,$BranchBank,$BankNO); }