whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/square/square/src/Models/LocationStatus.php
<?php declare(strict_types=1); namespace Square\Models; /** * A location's status. */ class LocationStatus { /** * A location that is active for business. */ public const ACTIVE = 'ACTIVE'; /** * A location that is not active for business. Inactive locations provide historical * information. Hide inactive locations unless the user has requested to see them. */ public const INACTIVE = 'INACTIVE'; }
Copyright ©2021 || Defacer Indonesia