Price

fun Price(    value: Double,     currency: Currency? = null,     volumeUnit: VolumeUnit? = null)

Parameters

value

Numerical value of the price.

currency

Currency (e.g. Euro, USD etc.).

volumeUnit

Unit of volume (e.g. Liter)