calculateInstallments

fun calculateInstallments(saleValue: String, isAsync: Boolean = false): Array<String>
fun calculateInstallments(saleValue: String, installmentType: Int, isAsync: Boolean = false): List<PlugPagInstallment>