@gibme/finance
    Preparing search index...

    Interface ExtraPaymentInformation

    interface ExtraPaymentInformation {
        amount: number;
        fill?: boolean;
        month: number;
    }
    Index

    Properties

    Properties

    amount: number

    The extra amount to pay

    fill?: boolean

    If set to true, will automatically fill the remainder of the loan with the amount specified starting with the month specified. To override in the future, supply an additional amount (or 0) with the fill set to true on it

    month: number

    Pay the extra amount in this month