Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: OrderFulfillmentPickupDetailsScheduleType.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; /** * The schedule type of the pickup fulfillment. */ class OrderFulfillmentPickupDetailsScheduleType { /** * Indicates that the fulfillment will be picked up at a scheduled pickup time. */ public const SCHEDULED = 'SCHEDULED'; /** * Indicates that the fulfillment will be picked up as soon as possible and * should be prepared immediately. */ public const ASAP = 'ASAP'; }
Save
Cancel