Authorizenet.x_fp_timestamp

Version: - string  

Summary

Returns timesatamp of the transaction.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Authorizenet.x_fp_timestamp")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("Authorizenet.x_fp_timestamp"); }

Outputting the template tag

<!--@Authorizenet.x_fp_timestamp-->

Check if string has a value

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