IPaySystem SupportedCurrencies Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns currency ISOs that are supported by this isntance. The processing of charges/transafers may be done only in these currencies

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

IEnumerable<string> SupportedCurrencies { get; }

Property Value

Type: OnlineIEnumerable OnlineString 
See Also