export interface PeriodicPayment { amount: number; encodedKey?: string; toInstallment: number; }