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/SortOrder.php

<?php

declare(strict_types=1);

namespace Square\Models;

/**
 * The order (e.g., chronological or alphabetical) in which results from a request are returned.
 */
class SortOrder
{
    /**
     * The results are returned in descending (e.g., newest-first or Z-A) order.
     */
    public const DESC = 'DESC';

    /**
     * The results are returned in ascending (e.g., oldest-first or A-Z) order.
     */
    public const ASC = 'ASC';
}

Zerion Mini Shell 1.0