formatPriceStringUsingFree

fun formatPriceStringUsingFree(    amount: Long,     currency: Currency,     free: String): String

Formats a monetary amount into a human friendly string where zero is returned as free.