<?php namespace App\Contracts\Repositories; interface RefundStatusRepositoryInterface extends RepositoryInterface { }