Get All Refunds on InvoiceFacades: merchantOverview Gets all refunds for a specific invoice. Parameters ParameterDescriptioninvoiceIdThe BitPay invoice object having the associated refunds. Example TypeScriptconst refund = await client.getRefunds('someInvoiceId');