<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $url The internal URL used to get the company logo image file hosted locally in your account's MyLibrary.
* @property string $external_url The external URL used to get the company logo image file that is hosted on an external website.
* @property string $internal_id The internal ID used to identify the image hosted in your account's MyLibrary.
*/
class CompanyLogo extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'url' => 'string',
'external_url' => 'string',
'internal_id' => 'string',
];
}