File: /var/www/html/ielts-store/wp-content/plugins/woocommerce-zapier/legacy/Payload/Collection/Notes.php
<?php
namespace OM4\Zapier\Payload\Collection;
use OM4\Zapier\Payload\Base\Collection;
defined( 'ABSPATH' ) || exit;
/**
 * Holds an array of \OM4\Zapier\Payload\Item\Note classes.
 *
 * @deprecated 2.0.0
 */
final class Notes extends Collection {
	/**
	 * Holds the name of the Item Class which is allowed in this Collection
	 *
	 * @var  string
	 */
	protected static $item_type = '\\OM4\\Zapier\\Payload\\Item\\Note';
}