pricePerMonth

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

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