CustomerCredentialsValidation
extends ResourceModel
Table of Contents
-
$customer_id
: int|null
-
$is_valid
: bool
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$customer_id
public
int|null
$customer_id
$is_valid
public
bool
$is_valid
__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>
—