Update a Bill

Facades: merchant

Overview

Updates a bill.

Parameters

ParameterDescription
bill *A Bill object with the parameters to update defined
bill_id *The Id of the Bill to update

Example

📘

Note

In this example, we assume that a Client has already been initialized and assigned to the bitpay variable.

bill = Bill()
bill.email = '[email protected]'

bitpay.update_bill(bill, 'someBillId')