whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/LocationType.php
<?php declare(strict_types=1); namespace Square\Models; /** * A location's physical or mobile type. */ class LocationType { /** * A place of business with a physical location. */ public const PHYSICAL = 'PHYSICAL'; /** * A place of business that is mobile, such as a food truck or online store. */ public const MOBILE = 'MOBILE'; }
Copyright ©2021 || Defacer Indonesia