Copied!
<?php

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

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property int $topic_id Identifies the topic using an integer to indicate the type of topic.
 * @property string $hook_uri Your webhook callback URI. Constant Contact automatically sends POST requests to this URI to notify you about the topic.
 */
class WebhooksSubscriptionPutResp extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'topic_id' => 'int',
		'hook_uri' => 'string',

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