# woo-postnl/4.4.0/vendor/myparcelnl/sdk/src/Model/MyParcelConsignment.php

PostNL for WooCommerce, version 4.4.0. 15 lines.

- Page: https://pluginprobe.com/plugins/woo-postnl/4.4.0/code/vendor/myparcelnl/sdk/src/Model/MyParcelConsignment.php
- Raw: https://pluginprobe.com/plugins/woo-postnl/4.4.0/raw/vendor/myparcelnl/sdk/src/Model/MyParcelConsignment.php
- Modified: 2021-05-11T12:49:36+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/woo-postnl/4.4.0/code/vendor/myparcelnl/sdk/src/Model/MyParcelConsignment.php#L10-L20`.

```php
<?php declare(strict_types=1);

namespace MyParcelNL\Sdk\src\Model;

/**
 * @deprecated Use \MyParcelNL\Sdk\src\Model\Consignment\PostNLConsignment instead
 */
class MyParcelConsignment
{
    /** @noinspection PhpMissingParentConstructorInspection */
    public function __construct()
    {
        throw new \BadMethodCallException('The class MyParcelConsignment is deprecated use PostNLConsignment, BpostConsignment or DPDConsignment instead.');
    }
}
```
