CustomerChannelSettings
extends ResourceModel
in package
Tags
Table of Contents
- $allow_global_logins : bool|null
- Determines if a channel allows global customer to login Determines if customers created on this channel will get global access/login
- $customer_group_settings : CustomerGroupSettings
- $privacy_settings : PrivacySettings
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$allow_global_logins
Determines if a channel allows global customer to login Determines if customers created on this channel will get global access/login
public
bool|null
$allow_global_logins
Tags
$customer_group_settings
public
CustomerGroupSettings
$customer_group_settings
Tags
$privacy_settings
public
PrivacySettings
$privacy_settings
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>