1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-02-03 16:21:14 +01:00

12 lines
152 B
PHP

<?php
namespace Xentral\Carrier\SendCloud\Data;
/**
* Status object for a parcel
*/
class Status
{
public int $id;
public string $message;
}