Skip to content

Byd\ApiClient\Dto\Request\VerifyControlPinRequest

No PHPDoc description provided.

Type: class
Source: src/Dto/Request/VerifyControlPinRequest.php

Public properties

Property Type Default
vin \Byd\ApiClient\Value\Vin
commandPassword string
functionType string

Public methods

__construct

No PHPDoc description provided.

public function __construct(\Byd\ApiClient\Value\Vin $vin, string $commandPassword, string $functionType = 'remoteControl'): mixed