Price

Represents a monetary value with currency and formatting information.

Property Summary
Value
decimal?
The numeric price value.
CurrencySymbol
string
The currency symbol (e.g., $, د.ع).
CultureName
string
The culture name used for formatting (e.g., "en-US", "ar-IQ").
UnitPrices
IEnumerable<PartUnitPriceDTO>
The price broken down by selling unit (e.g. each, box). Only populated for retail prices.
Unit names are unique and exactly one entry is marked as the default.
FormattedValue
string
The price formatted as a currency string using the associated culture.