Table of Contents
-
SOURCE_CUSTOM
= 'custom'
-
SOURCE_ORDER
= 'order'
-
SOURCE_STOREFRONT
= 'storefront'
-
$channel_id
: int
-
$date_created
: string
-
$date_modified
: string
-
$email
: string
-
$first_name
: string
-
$id
: int
-
$last_name
: string
-
$order_id
: int
-
$source
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
SOURCE_CUSTOM
public
mixed
SOURCE_CUSTOM
= 'custom'
SOURCE_ORDER
public
mixed
SOURCE_ORDER
= 'order'
SOURCE_STOREFRONT
public
mixed
SOURCE_STOREFRONT
= 'storefront'
$channel_id
public
int
$channel_id
$date_created
public
string
$date_created
$date_modified
public
string
$date_modified
$email
public
string
$email
$first_name
public
string
$first_name
$id
public
int
$id
$last_name
public
string
$last_name
$order_id
public
int
$order_id
$source
public
string
$source
__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>
—