Copied!
<?php

// Generated file. Do not edit by hand. Use update.php in project root.

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property string $sequence_id The V2 API list unique identifier
 * @property \PHPFUI\ConstantContact\UUID $list_id The V3 API list unique identifier
 */
class ListXref extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'sequence_id' => 'string',
		'list_id' => '\PHPFUI\ConstantContact\UUID',

	];
	}
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration