Update a Bill

Facades: merchant

Overview

Updates a bill.

Parameters

ParameterDescription
billA Bill object with the parameters to update defined.
billIdThe ID of the bill to update.

Example

await client.updateBill(bill, bill.id);