ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/ |
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/V1SettlementStatus.php |
<?php declare(strict_types=1); namespace Square\Models; class V1SettlementStatus { public const FAILED = 'FAILED'; public const SENT = 'SENT'; }