ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/ |
Current File : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/V1OrderHistoryEntryAction.php |
<?php declare(strict_types=1); namespace Square\Models; class V1OrderHistoryEntryAction { public const ORDER_PLACED = 'ORDER_PLACED'; public const DECLINED = 'DECLINED'; public const PAYMENT_RECEIVED = 'PAYMENT_RECEIVED'; public const CANCELED = 'CANCELED'; public const COMPLETED = 'COMPLETED'; public const REFUNDED = 'REFUNDED'; public const EXPIRED = 'EXPIRED'; }