Byd\ApiClient\Dto\Request\EnergyRequest
No PHPDoc description provided.
Type: class
Source: src/Dto/Request/EnergyRequest.php
Public properties
| Property | Type | Default |
|---|---|---|
vin |
\Byd\ApiClient\Value\Vin |
— |
powerType |
\Byd\ApiClient\Enum\PowerType |
— |
requestType |
int |
— |
model |
?string |
— |
Public methods
__construct
No PHPDoc description provided.
public function __construct(\Byd\ApiClient\Value\Vin $vin, \Byd\ApiClient\Enum\PowerType $powerType, int $requestType = 0, ?string $model = null): mixed