<article class="uk-article">
<h1 class="uk-article-title">ESM_fnc_incrementPaymentCounter</h1>
<p class="uk-article-meta">Increments the payment counter for the territory by 1</p>
<h4 class="uk-margin-remove">Input:</h4>
<dl class="uk-description-list">
<dd><code><span class="esm-text-color-toast-blue">_territoryID</span> <span class="esm-text-color-toast-yellow"><SCALAR></span></code></dd>
<dd>The ID of the territory</dd>
</dl>
<h4 class="uk-margin-remove">Examples</h4>
<pre>65 call ESM_fnc_incrementPaymentCounter;</pre>
<pre>_territoryID call ESM_fnc_incrementPaymentCounter;</pre>
</article>