FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
src
/
Models
Edit File: DeviceAttributesDeviceType.php
<?php declare(strict_types=1); namespace Square\Models; /** * An enum identifier of the device type. */ class DeviceAttributesDeviceType { public const TERMINAL = 'TERMINAL'; }
Save
Back