export interface PaymentSum { sum: number; type: string; }