?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src

?? Viewing: RegisterDomainResponseStatus.php

<?php

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

/**
 * The status of the domain registration.
 */
class RegisterDomainResponseStatus
{
    /**
     * The domain is added, but not verified.
     */
    public const PENDING = 'PENDING';
    /**
     * The domain is added and verified. It can be used to accept Apple Pay transactions.
     */
    public const VERIFIED = 'VERIFIED';
}


??

??