<?php
/**
 * Copyright 2025 Adobe
 * All Rights Reserved.
 */
declare(strict_types=1);

namespace Magento\Usps\Model\Source;

class RestMethod extends Generic
{
    /**
     * Carrier code
     *
     * @var string
     */
    public $code = 'rest_method';
}
