Files
2025-06-24 14:14:35 +02:00

13 lines
158 B
PHP

<?php
namespace x13allegro\Api\Model;
final class Attachment
{
/** @var string */
public $type;
/** @var AttachmentFile */
public $file;
}