ParsedInvoice: {
    amount?: number;
    description: string;
    expiry: number;
    paymentRequest: string;
    timestamp: number;
}