export interface ReceivePaymentItem { id: number; name: string; amount: number; }