Summary
Returns the currency of the current account, e.g. "EUR".
Syntax
public string Currency{ get; }
Example 1
Print("The currency of the current account is: {0}", Account.Currency);
public string Currency{ get; }
Print("The currency of the current account is: {0}", Account.Currency);