Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
meupet.app
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: BusinessBookingProfileBookingPolicy.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * Policies for accepting bookings. */ class BusinessBookingProfileBookingPolicy { /** * The seller accepts all booking requests automatically. */ public const ACCEPT_ALL = 'ACCEPT_ALL'; /** * The seller must accept requests to complete bookings. */ public const REQUIRES_ACCEPTANCE = 'REQUIRES_ACCEPTANCE'; }
Save
Cancel