Klarna.Flexible

Version: - string  

Summary

Returns True if the merchant has ability to perform flexed part payment.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Klarna.Flexible")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("Klarna.Flexible"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("Klarna.Flexible"); }

Outputting the template tag

<!--@Klarna.Flexible-->

Check if string has a value

<!--@If Defined(@Klarna.Flexible)--> Let's output this tag here: <strong><!--@Klarna.Flexible--></strong> <!--@EndIf(@Klarna.Flexible)-->