Mods-for-HESK-Netsyms/api/BusinessLogic/Tickets/TicketGatewayGeneratedFields.php

10 lines
147 B
PHP

<?php
namespace BusinessLogic\Tickets;
class TicketGatewayGeneratedFields {
public $id;
public $dateCreated;
public $dateModified;
}