<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property bool $associated Specifies if the item is associated with the promo code.
* @property bool $display_item_on_promo_redemption Specifies if the item on promo code redemption displays.
* @property bool $hidden_flag Specifies if the item is hidden.
* @property string $item_id The unique identifier for the item.
* @property string $name The name of the item.
*/
class ItemSummaryDto extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'associated' => 'bool',
'display_item_on_promo_redemption' => 'bool',
'hidden_flag' => 'bool',
'item_id' => 'string',
'name' => 'string',
];
}