Retrieve an Invoice by GUIDFacades: merchantOverview Get a specific invoice by GUID. Parameters ParameterDescriptionguidThe guid of the invoice to retrieve. Example TypeScriptlet invoice = client.getInvoiceByGuid('invoiceGuid');