Deliver BillFacades: merchantOverview Delivers a bill via email. Parameters ParameterDescriptionbillIdThe ID of the bill to update.billTokenThe token of the requested bill. Example TypeScriptawait client.deliverBill('someBillId', 'myBillToken');