pricePerDay

fun pricePerDay(locale: Locale = Locale.getDefault()): Price

Gives the price of the PricingPhase in the given locale in a daily recurrence. This means that for example, if the period is weekly, the price will be divided by 7. It uses a currency formatter to format the price in the given locale. Note that this value may be an approximation.

Parameters

locale

Locale to use for formatting the price. Default is the system default locale.