ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/square/square/src/Models/
Upload File :
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';
}

Zerion Mini Shell 1.0