export interface RequestInvoicePaymentCreateOrUpdate { id?: string; invoice: string; amount: number; }