File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ import Payments from "./Payments";
44import { PaymentsStatic } from "../interfaces/PaymentsStatic" ;
55import { BaseStatic } from "../interfaces/BaseStatic" ;
66
7+ /**
8+ * @deprecated Use BillsV4 instead
9+ */
710export default class Bills extends BaseCrud <
811 BillsStatic . Bill ,
912 BillsStatic . BillFull ,
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import BaseCrud from "./BaseCrud";
22import { PaymentsStatic } from "../interfaces/PaymentsStatic" ;
33import { BaseStatic } from "../interfaces/BaseStatic" ;
44
5+ /**
6+ * @deprecated Payments are now handled via BillsV4.listPayments()
7+ */
58export default class Payments extends BaseCrud <
69 PaymentsStatic . Payment ,
710 PaymentsStatic . Payment ,
You can’t perform that action at this time.
0 commit comments