export interface RequestJournalEntryItemPaymentCreateOrUpdate { id?: string; journalEntryItem: string; amount: number; }