whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/OrderFulfillmentType.php
<?php declare(strict_types=1); namespace Square\Models; /** * The type of fulfillment. */ class OrderFulfillmentType { /** * A fulfillment to be picked up from a physical [location]($m/Location) * by a recipient. */ public const PICKUP = 'PICKUP'; /** * A fulfillment to be shipped by a shipping carrier. */ public const SHIPMENT = 'SHIPMENT'; }
Copyright ©2021 || Defacer Indonesia