File "V1TenderEntryMethod.php"
Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/V1TenderEntryMethod.php
File size: 384 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';
}