Skip to content

Commit 07dcd62

Browse files
docs: updated invoice description (#201)
1 parent 6912c76 commit 07dcd62

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/orb/resources/invoices.py

-12
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ def fetch(
234234
This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given
235235
an identifier.
236236
237-
This endpoint supports returning ApiCachedUsageData (see
238-
api/cache_control_utils.py)
239-
240237
Args:
241238
extra_headers: Send extra headers
242239
@@ -272,9 +269,6 @@ def fetch_upcoming(
272269
[invoice](../guides/concepts#invoice) for the current billing period given a
273270
subscription.
274271
275-
This endpoint supports returning ApiCachedUsageData (see
276-
api/cache_control_utils.py)
277-
278272
Args:
279273
extra_headers: Send extra headers
280274
@@ -651,9 +645,6 @@ async def fetch(
651645
This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given
652646
an identifier.
653647
654-
This endpoint supports returning ApiCachedUsageData (see
655-
api/cache_control_utils.py)
656-
657648
Args:
658649
extra_headers: Send extra headers
659650
@@ -689,9 +680,6 @@ async def fetch_upcoming(
689680
[invoice](../guides/concepts#invoice) for the current billing period given a
690681
subscription.
691682
692-
This endpoint supports returning ApiCachedUsageData (see
693-
api/cache_control_utils.py)
694-
695683
Args:
696684
extra_headers: Send extra headers
697685

0 commit comments

Comments
 (0)