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