DevicesIdProductCertificate extends Request
Retrieve the product certificate associated with a given device ID and PAC, when the device has not already been created on the portal, only in CRA
Table of Contents
- $pac : string|null
- The device's PAC (hexadecimal format)
- from() : static
- Initializing a model from an array
- jsonSerialize() : array<string|int, mixed>
- setPac() : static
- Setter for pac
Properties
$pac
The device's PAC (hexadecimal format)
protected
string|null
$pac
= null
Methods
from()
Initializing a model from an array
public
static from(array<string|int, mixed> $params) : static
Parameters
- $params : array<string|int, mixed>
-
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
Tags
Return values
static —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —setPac()
Setter for pac
public
setPac(string $pac) : static
Parameters
- $pac : string
-
The device's PAC (hexadecimal format)
Return values
static —To use in method chains