Table of Contents
-
TYPE_CANONICAL
= 'canonical'
-
TYPE_CHECKOUT
= 'checkout'
-
TYPE_PRIMARY
= 'primary'
-
$created_at
: string
-
$type
: string
-
$updated_at
: string
-
$url
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
TYPE_CANONICAL
public
mixed
TYPE_CANONICAL
= 'canonical'
TYPE_CHECKOUT
public
mixed
TYPE_CHECKOUT
= 'checkout'
TYPE_PRIMARY
public
mixed
TYPE_PRIMARY
= 'primary'
$created_at
public
string
$created_at
$type
public
string
$type
$updated_at
public
string
$updated_at
$url
public
string
$url
__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>
—