whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/ShiftFilterStatus.php
<?php declare(strict_types=1); namespace Square\Models; /** * Specifies the `status` of `Shift` records to be returned. */ class ShiftFilterStatus { /** * Shifts that have been started and not ended. */ public const OPEN = 'OPEN'; /** * Shifts that have been started and ended. */ public const CLOSED = 'CLOSED'; }
Copyright ©2021 || Defacer Indonesia