BillAPI extension

on

Methods

createBill({double? amount, String? accountId, String? description, bool isOnetime = false, List<Product>? products}) Future<Bill>

Available on PokepayAPI, provided by the BillAPI extension

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

Available on PokepayAPI, provided by the BillAPI extension

getBill({required String id}) Future<Bill>

Available on PokepayAPI, provided by the BillAPI extension

updateBill({required String id, double? amount, String? description}) Future<Bill>

Available on PokepayAPI, provided by the BillAPI extension