> For the complete documentation index, see [llms.txt](https://docs.nevogate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nevogate.com/segedlet/fizetesi-szolgaltato-specifikus-adatok/otp-bank-aruhitel/extra-parameterek.md).

# Extra paraméterek

#### Paraméter

Az *OTP Bank Áruhitel* a következő szolgáltató specifikus `Extra` paraméterekkel rendelkezik:

<table data-full-width="true"><thead><tr><th width="237">Paraméter</th><th width="97">Típus</th><th width="159">Érték</th><th>Leírás</th></tr></thead><tbody><tr><td><code>ConstructionGroup</code></td><td>string</td><td>egyedi értékek</td><td>Hitelkonstrukció azonosító.</td></tr><tr><td><code>Term</code></td><td>number</td><td>egyedi értékek</td><td>Futamidő, amit hónapokban kell megadni.</td></tr><tr><td><code>Contribution</code></td><td>number</td><td>egyedi értékek</td><td>Önerő összege.</td></tr></tbody></table>

#### Mintakód

{% code overflow="wrap" %}

```php
{
    "ConstructionGroup":"12345678",
    "Term":12,
    "Contribution":50000
}
```

{% endcode %}
