Class Currency
- Assembly
- arolariu.Backend.Domain.Invoices.dll
The currency value object.
public sealed record Currency : IEquatable<Currency>
- Inheritance
-
Currency
- Implements
- Inherited Members
Properties
Code
The currency code, in ISO 4217 format.
public string Code { get; set; }
Property Value
Name
The currency name, e.g. Euro, Dollar, etc.
public string Name { get; set; }
Property Value
Symbol
The currency symbol, e.g. $, €, £, etc.
public string Symbol { get; set; }