Update a BillFacades: merchantOverview Updates a bill. Parameters ParameterDescriptionbillA Bill object with the parameters to update defined.billIdThe ID of the bill to update. Example TypeScriptawait client.updateBill(bill, bill.id);