Table of Contents
-
$channel_id
: int
-
$default_currency
: string
-
$enabled_currencies
: array<string|int, mixed>
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$channel_id
public
int
$channel_id
$default_currency
public
string
$default_currency
$enabled_currencies
public
array<string|int, mixed>
$enabled_currencies
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—