whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
square
/
square
/
src
/
Models
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/square/square/src/Models/MerchantStatus.php
<?php declare(strict_types=1); namespace 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 access the seller dashboard. */ public const INACTIVE = 'INACTIVE'; }
Copyright ©2021 || Defacer Indonesia