Create Bill

Facades: pos, merchant

Overview

Bills are payment requests addressed to specific buyers. Bill line items have fixed prices, typically denominated in fiat currency.

Parameters

ParameterDescription
billA Bill object with the parameters to set.

Example

const bill = new Bill('someNumber', "USD", "[email protected]", [])

await client.createBill(bill);
const bill = new Bill('someNumber', "USD", "[email protected]", [])

await client.createBill(bill);