mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-21 21:44:14 +00:00
12 lines
159 B
PHP
12 lines
159 B
PHP
<?php
|
|
|
|
namespace App\Classes\Interfaces\Order\Steps;
|
|
|
|
interface OrderRequirement
|
|
{
|
|
|
|
public function getOrderId();
|
|
|
|
public function getReferenceId();
|
|
|
|
} |