Deliver a Bill

Facades: pos

Overview

Delivers a bill via email.

Parameters

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

Example

String deliveryResult = bitpay.deliverBill(bill.getId(), bill.getToken());