PriceFormatter
A price formatter for formatting prices using the provided currency information
Functions
Link copied to clipboard
Format a price of a Product.
Format a price
fun format(product: Product, discountedPrice: Boolean = true, scannedCode: ScannedCode? = null): String
Format a price of a Product or a ScannedCode if the ScannedCode is containing price information.