You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/api/BusinessLogic/Tickets/TicketGatewayGeneratedField...

16 lines
232 B
PHP

<?php
/**
* Created by PhpStorm.
* User: cokoch
* Date: 2/13/2017
* Time: 12:03 PM
*/
namespace BusinessLogic\Tickets;
class TicketGatewayGeneratedFields {
public $id;
public $dateCreated;
public $dateModified;
}