LeadConversionType
Table of Contents
Constants
-
GENERAL
= 1
-
RETURNING_CUSTOMER
= 2
-
SUPPLEMENT
= 3
-
UNDEFINED
= 0
Methods
-
loadLeadDataById()
: array<string|int, mixed>|null
-
resolveByEntityFields()
: mixed
-
resolveByEntityID()
: mixed
GENERAL
public
mixed
GENERAL
= 1
RETURNING_CUSTOMER
public
mixed
RETURNING_CUSTOMER
= 2
SUPPLEMENT
public
mixed
SUPPLEMENT
= 3
UNDEFINED
public
mixed
UNDEFINED
= 0
loadLeadDataById()
public
static loadLeadDataById(int $id) : array<string|int, mixed>|null
Parameters
-
$id
: int
-
Return values
array<string|int, mixed>|null
resolveByEntityFields()
public
static resolveByEntityFields(array<string|int, mixed> $fields) : mixed
Parameters
-
$fields
: array<string|int, mixed>
-
resolveByEntityID()
public
static resolveByEntityID(mixed $entityID) : mixed
Parameters
-
$entityID
: mixed
-