FinanzOnline credential class.
$credential = new FonCredential($tId, $tUid, $benId, $benPin);
| Property | Type | Default | Description |
|---|---|---|---|
| $teId | string | '' | Fon participator identification |
| $teUid | string | '' | Fon participator vat id |
| $benId | string | '' | Fon user identification of the web service user |
| $benPin | string | '' | Fon user pin of the web service user |
| Method | Return | Description |
|---|---|---|
| __construct | Constructor. |
public function __construct(string $fonTeId, string $fonTeUid, string $fonBenId, string $fonBenPin): Constructor.
| Parameter | Type | Default | Description |
|---|---|---|---|
| $fonTeId | string | Fon participator identification | |
| $fonTeUid | string | Fon participator vat id | |
| $fonBenId | string | Fon user identification of the web service user | |
| $fonBenPin | string | Fon user pin of the web service user |