@@ -63,8 +63,8 @@ def list(
6363 """
6464 This endpoint is used to fetch a day-by-day snapshot of a customer's costs in
6565 Orb, calculated by applying pricing information to the underlying usage (see the
66- [subscription usage endpoint](fetch-subscription-usage.api.mdx) to fetch usage
67- per metric, in usage units rather than a currency).
66+ [subscription usage endpoint](/api-reference/subscription/ fetch-subscription-usage)
67+ to fetch usage per metric, in usage units rather than a currency).
6868
6969 This endpoint can be leveraged for internal tooling and to provide a more
7070 transparent billing experience for your end users:
@@ -73,8 +73,8 @@ def list(
7373 the current billing period.
7474 2. Provide customer visibility into how different services are contributing to
7575 the overall invoice with a per-day timeseries (as compared to the
76- [upcoming invoice](fetch-upcoming-invoice) resource, which represents a
77- snapshot for the current period).
76+ [upcoming invoice](/api-reference/invoice/ fetch-upcoming-invoice) resource,
77+ which represents a snapshot for the current period).
7878 3. Assess how minimums and discounts affect your customers by teasing apart
7979 costs directly as a result of usage, as opposed to minimums and discounts at
8080 the plan and price level.
@@ -239,8 +239,8 @@ def list_by_external_id(
239239 """
240240 This endpoint is used to fetch a day-by-day snapshot of a customer's costs in
241241 Orb, calculated by applying pricing information to the underlying usage (see the
242- [subscription usage endpoint](fetch-subscription-usage.api.mdx) to fetch usage
243- per metric, in usage units rather than a currency).
242+ [subscription usage endpoint](/api-reference/subscription/ fetch-subscription-usage)
243+ to fetch usage per metric, in usage units rather than a currency).
244244
245245 This endpoint can be leveraged for internal tooling and to provide a more
246246 transparent billing experience for your end users:
@@ -249,8 +249,8 @@ def list_by_external_id(
249249 the current billing period.
250250 2. Provide customer visibility into how different services are contributing to
251251 the overall invoice with a per-day timeseries (as compared to the
252- [upcoming invoice](fetch-upcoming-invoice) resource, which represents a
253- snapshot for the current period).
252+ [upcoming invoice](/api-reference/invoice/ fetch-upcoming-invoice) resource,
253+ which represents a snapshot for the current period).
254254 3. Assess how minimums and discounts affect your customers by teasing apart
255255 costs directly as a result of usage, as opposed to minimums and discounts at
256256 the plan and price level.
@@ -438,8 +438,8 @@ async def list(
438438 """
439439 This endpoint is used to fetch a day-by-day snapshot of a customer's costs in
440440 Orb, calculated by applying pricing information to the underlying usage (see the
441- [subscription usage endpoint](fetch-subscription-usage.api.mdx) to fetch usage
442- per metric, in usage units rather than a currency).
441+ [subscription usage endpoint](/api-reference/subscription/ fetch-subscription-usage)
442+ to fetch usage per metric, in usage units rather than a currency).
443443
444444 This endpoint can be leveraged for internal tooling and to provide a more
445445 transparent billing experience for your end users:
@@ -448,8 +448,8 @@ async def list(
448448 the current billing period.
449449 2. Provide customer visibility into how different services are contributing to
450450 the overall invoice with a per-day timeseries (as compared to the
451- [upcoming invoice](fetch-upcoming-invoice) resource, which represents a
452- snapshot for the current period).
451+ [upcoming invoice](/api-reference/invoice/ fetch-upcoming-invoice) resource,
452+ which represents a snapshot for the current period).
453453 3. Assess how minimums and discounts affect your customers by teasing apart
454454 costs directly as a result of usage, as opposed to minimums and discounts at
455455 the plan and price level.
@@ -614,8 +614,8 @@ async def list_by_external_id(
614614 """
615615 This endpoint is used to fetch a day-by-day snapshot of a customer's costs in
616616 Orb, calculated by applying pricing information to the underlying usage (see the
617- [subscription usage endpoint](fetch-subscription-usage.api.mdx) to fetch usage
618- per metric, in usage units rather than a currency).
617+ [subscription usage endpoint](/api-reference/subscription/ fetch-subscription-usage)
618+ to fetch usage per metric, in usage units rather than a currency).
619619
620620 This endpoint can be leveraged for internal tooling and to provide a more
621621 transparent billing experience for your end users:
@@ -624,8 +624,8 @@ async def list_by_external_id(
624624 the current billing period.
625625 2. Provide customer visibility into how different services are contributing to
626626 the overall invoice with a per-day timeseries (as compared to the
627- [upcoming invoice](fetch-upcoming-invoice) resource, which represents a
628- snapshot for the current period).
627+ [upcoming invoice](/api-reference/invoice/ fetch-upcoming-invoice) resource,
628+ which represents a snapshot for the current period).
629629 3. Assess how minimums and discounts affect your customers by teasing apart
630630 costs directly as a result of usage, as opposed to minimums and discounts at
631631 the plan and price level.
0 commit comments