Retrieve an InvoiceFacades: pos merchantOverview Get a specific invoice by ID. Parameters ParameterDescriptioninvoiceIdThe ID of the invoice to retrieve. Example TypeScriptlet invoice = client.getInvoice('myInvoiceId');