# packeta/trunk/src/Packetery/Module/Shipping/Generated/ShippingMethod_14046.php

Packeta, version trunk. 20 lines.

- Page: https://pluginprobe.com/plugins/packeta/trunk/code/src/Packetery/Module/Shipping/Generated/ShippingMethod_14046.php
- Raw: https://pluginprobe.com/plugins/packeta/trunk/raw/src/Packetery/Module/Shipping/Generated/ShippingMethod_14046.php
- Modified: 2025-08-28T06:15:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/packeta/trunk/code/src/Packetery/Module/Shipping/Generated/ShippingMethod_14046.php#L10-L20`.

```php
<?php

/**
 * This file is auto-generated.
 */

declare(strict_types=1);

namespace Packetery\Module\Shipping\Generated;

use Packetery\Module\Shipping\BaseShippingMethod;

/**
 * CZ EDS
 */
class ShippingMethod_14046 extends BaseShippingMethod
{
	public const CARRIER_ID = '14046';
}

```
