File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,6 @@ def fetch(
234
234
This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given
235
235
an identifier.
236
236
237
- This endpoint supports returning ApiCachedUsageData (see
238
- api/cache_control_utils.py)
239
-
240
237
Args:
241
238
extra_headers: Send extra headers
242
239
@@ -272,9 +269,6 @@ def fetch_upcoming(
272
269
[invoice](../guides/concepts#invoice) for the current billing period given a
273
270
subscription.
274
271
275
- This endpoint supports returning ApiCachedUsageData (see
276
- api/cache_control_utils.py)
277
-
278
272
Args:
279
273
extra_headers: Send extra headers
280
274
@@ -651,9 +645,6 @@ async def fetch(
651
645
This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given
652
646
an identifier.
653
647
654
- This endpoint supports returning ApiCachedUsageData (see
655
- api/cache_control_utils.py)
656
-
657
648
Args:
658
649
extra_headers: Send extra headers
659
650
@@ -689,9 +680,6 @@ async def fetch_upcoming(
689
680
[invoice](../guides/concepts#invoice) for the current billing period given a
690
681
subscription.
691
682
692
- This endpoint supports returning ApiCachedUsageData (see
693
- api/cache_control_utils.py)
694
-
695
683
Args:
696
684
extra_headers: Send extra headers
697
685
You can’t perform that action at this time.
0 commit comments