|
4 | 4 |
|
5 | 5 | use SupportPal\ApiClient\Model\Model; |
6 | 6 |
|
| 7 | +/** |
| 8 | + * @property int $id |
| 9 | + * @property string $name |
| 10 | + * @property int $enabled |
| 11 | + * @property string $system_url |
| 12 | + * @property int|null $enable_ssl |
| 13 | + * @property string|null $brand_colour |
| 14 | + * @property string|null $frontend_logo |
| 15 | + * @property string|null $frontend_logo_dark_mode |
| 16 | + * @property string|null $website_url |
| 17 | + * @property string|null $favicon |
| 18 | + * @property string|null $favicon_dark_mode |
| 19 | + * @property string $frontend_template |
| 20 | + * @property string|null $operator_icon |
| 21 | + * @property string|null $operator_template |
| 22 | + * @property string $default_email |
| 23 | + * @property string $global_email_header |
| 24 | + * @property string $global_email_footer |
| 25 | + * @property string $email_method |
| 26 | + * @property string|null $smtp_host |
| 27 | + * @property int|null $smtp_port |
| 28 | + * @property string|null $smtp_encryption |
| 29 | + * @property int|null $smtp_requires_auth |
| 30 | + * @property string|null $smtp_auth_mech |
| 31 | + * @property string|null $smtp_username |
| 32 | + * @property string|null $smtp_password |
| 33 | + * @property string|null $smtp_oauth |
| 34 | + * @property string $default_country |
| 35 | + * @property string $default_timezone |
| 36 | + * @property string $date_format |
| 37 | + * @property string $time_format |
| 38 | + * @property string $default_language |
| 39 | + * @property int $language_toggle |
| 40 | + * @property int $created_at |
| 41 | + * @property int $updated_at |
| 42 | + * @property BrandTranslation[] $translations |
| 43 | + */ |
7 | 44 | class Brand extends Model |
8 | 45 | { |
9 | 46 | /** @var array<string, string> */ |
|
0 commit comments