CurrencyDto
public class CurrencyDto : CurrencyBasicDto
Inheritance
- class CurrencyBasicDto
Namespace
Constructors
CurrencyDto
The default constructor.
public CurrencyDto()
Properties
AllowedCountries
public List<AllowedCountryDto> AllowedCountries { get; set; }
CultureName
public string CultureName { get; set; }
FormatTemplate
public string FormatTemplate { get; set; }