Copied!
<?php

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

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property string $encoded_account_id The system generated ID used to uniquely identify a client account.
 * @property string $provision_uuid The system generated ID used to uniquely identify the provisioning of a client account.
 */
class ProvisionResponse extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'encoded_account_id' => 'string',
		'provision_uuid' => 'string',

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