small fixes

Signed-off-by: Maurice Preuß (envoyr) <hello@envoyr.com>
This commit is contained in:
2025-04-30 06:43:07 +02:00
parent 5b2b3c72cc
commit 71663bffd8
9 changed files with 63 additions and 12 deletions

View File

@@ -8,6 +8,12 @@ use GuzzleHttp\Exception\GuzzleException;
/**
* @property string $id
* @property string $name
* @property string $description
* @property string $status
* @property string $unit
* @property float $price
* @property string $ends_at
*/
class Subscription extends BaseResource
{