<?php

namespace CreativeMail\Models;

class EmailNotification {

	/**
	 * Order ID
	 *
	 * @var int
	 */
	public $order_id;
	/**
	 * Order URL to view the order
	 *
	 * @var string
	 */
	public $order_url;
}
