pricePerWeek

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

Gives the price of the PricingPhase in the given locale in a weekly recurrence. This means that for example, if the period is monthly, the price will be divided by 4. 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.