Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
meupet.app
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: BusinessBookingProfileCustomerTimezoneChoice.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * Choices of customer-facing time zone used for bookings. */ class BusinessBookingProfileCustomerTimezoneChoice { /** * Use the time zone of the business location for bookings. */ public const BUSINESS_LOCATION_TIMEZONE = 'BUSINESS_LOCATION_TIMEZONE'; /** * Use the customer-chosen time zone for bookings. */ public const CUSTOMER_CHOICE = 'CUSTOMER_CHOICE'; }
Save
Cancel