Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
meupet.app
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: BusinessAppointmentSettingsBookingLocationType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * Supported types of location where service is provided. */ class BusinessAppointmentSettingsBookingLocationType { /** * The service is provided at a seller location. */ public const BUSINESS_LOCATION = 'BUSINESS_LOCATION'; /** * The service is provided at a customer location. */ public const CUSTOMER_LOCATION = 'CUSTOMER_LOCATION'; /** * The service is provided over the phone. */ public const PHONE = 'PHONE'; }
Save
Cancel