Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: BookingCreatorDetailsCreatorType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * Supported types of a booking creator. */ class BookingCreatorDetailsCreatorType { /** * The creator is of the seller type. */ public const TEAM_MEMBER = 'TEAM_MEMBER'; /** * The creator is of the buyer type. */ public const CUSTOMER = 'CUSTOMER'; }
Save
Cancel