FormattedAmount
A Vendr amount formatted for the given amount Currency
public sealed class FormattedAmount : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Properties
CurrencyId
Gets the ID of the Currency
of the price
public Guid CurrencyId { get; }
Value
Gets the value of the amount formatted with a currency symbol
public string Value { get; }
ValueNoSymbol
Gets the value of the amount formatted without a currency symbol
public string ValueNoSymbol { get; }
Methods
DeepClone
public override object DeepClone()
ToString
public override string ToString()
Operators
FormattedAmount Implicit
public static implicit operator string(FormattedAmount amount)