Interface PaymentPlanObject

interface PaymentPlanObject {
    accounts: PaymentObject[];
    balance: number;
}

Properties

Properties

accounts: PaymentObject[]
balance: number