Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * Types of daily appointment limits. */ class BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType { /** * The maximum number of daily appointments is set on a per team member basis. */ public const PER_TEAM_MEMBER = 'PER_TEAM_MEMBER'; /** * The maximum number of daily appointments is set on a per location basis. */ public const PER_LOCATION = 'PER_LOCATION'; }
Save
Cancel