Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
square
/
square
/
src
/
Models
/
Editing: V1TenderEntryMethod.php
<?php declare (strict_types=1); namespace WPForms\Vendor\Square\Models; class V1TenderEntryMethod { public const MANUAL = 'MANUAL'; public const SCANNED = 'SCANNED'; public const SQUARE_CASH = 'SQUARE_CASH'; public const SQUARE_WALLET = 'SQUARE_WALLET'; public const SWIPED = 'SWIPED'; public const WEB_FORM = 'WEB_FORM'; public const OTHER = 'OTHER'; }
Save
Cancel