BillAPI extension

on

Methods

deleteBill({required String billId}) Future<NoContent>

Available on PokepayAPI, provided by the BillAPI extension

getBill({required String billId, String? privateMoneyId}) Future<BillWithAdditionalPrivateMoneys>

Available on PokepayAPI, provided by the BillAPI extension

getBillTransactions({required String billId, String? before, String? after, int? perPage}) Future<PaginatedBillTransactions>

Available on PokepayAPI, provided by the BillAPI extension