Redicom Help Center

currency

currency.description

Version 1.0

Returns the value of the description field of the currency.

<p class="price" >{{currency.description|raw}}</p>

Input

{{ response.currency.description }}

Output

EURO

currency.code

Version 1.0

Returns the value of the code field of the currency.

<p class="price" >{{currency.code|raw}}</p>

Input

{{ response.currency.code }}

Output

EUR

currency.symbol

Version 1.0

Returns the value of the symbol field of the currency.

<p class="price" >{{currency.symbol|raw}}</p>

Input

{{ response.currency.symbol }}

Output

currency.prefix

Version 1.0

Returns the value of the prefix field of the currency.

<p class="price" >{{currency.prefix|raw}}</p>

Input

{{ response.currency.prefix }}

currency.sufix

Version 1.0

Returns the value of the sufix field of the currency.

<p class="price" >{{currency.sufix|raw}}</p>

Input

{{ response.currency.sufix }}

Output

currency.number_dec

Version

Returns the value of the number_dec field of the currency.

currency.separator_dec

Version

Returns the value of the separator_dec field of the currency.

currency.separator_mil

Version

Returns the value of the separator_mil field of the currency.