?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src

?? Viewing: 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';
}


??

??