Byd\ApiClient\Dto\Response\ChargingSchedule
No PHPDoc description provided.
Type: class
Source: src/Dto/Response/ChargingSchedule.php
Public properties
| Property | Type | Default |
|---|---|---|
startTime |
?string |
— |
endTime |
?string |
— |
status |
string|int|null |
— |
chargeWay |
?string |
— |
executionTime |
?string |
— |
raw |
array |
— |
Public methods
__construct
No PHPDoc description provided.
public function __construct(?string $startTime = null, ?string $endTime = null, string|int|null $status = null, ?string $chargeWay = null, ?string $executionTime = null, array $raw = []): mixed
isEnabled
No PHPDoc description provided.
public function isEnabled(): ?bool