File "MerchantStatus.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/MerchantStatus.php
File size: 487 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare (strict_types=1);
namespace WPForms\Vendor\Square\Models;

class MerchantStatus
{
    /**
     * A fully operational merchant account. The merchant can interact with Square products and APIs.
     */
    public const ACTIVE = 'ACTIVE';
    /**
     * A functionally limited merchant account. The merchant can only have limited interaction
     * via Square APIs. The merchant cannot log in or access the seller dashboard.
     */
    public const INACTIVE = 'INACTIVE';
}