Deliver Bill

Facades: merchant

Overview

Delivers a bill via email.

Parameters

ParameterDescription
billIdThe ID of the bill to update.
billTokenThe token of the requested bill.

Example

await client.deliverBill('someBillId', 'myBillToken');