oont-contents/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Models/DateTime.php
2025-02-10 13:57:45 +01:00

20 lines
255 B
PHP

<?php
namespace WPO\IPS\UBL\Models;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class DateTime extends Model {
/** @var string */
public $date;
/** @var string */
public $time;
/** @var string */
public $timezone;
}