You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/spec/packages/aip/src/shared/consts.tsp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ const SubscriptionsDescription = "Subscriptions are used to track usage of your
21
21
constAppsTag="OpenMeter Apps";
22
22
constAppsDescription="Apps enable you to extend and customize billing and usage workflows by integrating with external systems and services. Apps can automate and enhance your billing ecosystem by supporting capabilities such as synchronizing usage data with third-party platforms, calculating taxes, generating and delivering invoices, handling payment collection, and other billing-related tasks.";
23
23
24
-
constBillingTag="OpenMeter Billing";
25
-
constBillingDescription="Billing manages the billing profiles, currencies, cost bases, and invoices for customers.";
24
+
constBillingTag="OpenMeter Billing Settings";
25
+
constBillingDescription="Billing settings manages the billing profiles and invoices for customers.";
26
26
27
27
constCurrenciesTag="OpenMeter Currencies";
28
28
constCurrenciesDescription="Currencies and cost bases for customers.";
Copy file name to clipboardExpand all lines: api/v3/openapi.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ tags:
40
40
description: Tax codes are used to calculate taxes for customers.
41
41
- name: OpenMeter Currencies
42
42
description: Currencies and cost bases for customers.
43
-
- name: OpenMeter Billing
44
-
description: Billing manages the billing profiles, currencies, cost bases, and invoices for customers.
43
+
- name: OpenMeter Billing Settings
44
+
description: Billing settings manages the billing profiles and invoices for customers.
45
45
- name: OpenMeter Apps
46
46
description: Apps enable you to extend and customize billing and usage workflows by integrating with external systems and services. Apps can automate and enhance your billing ecosystem by supporting capabilities such as synchronizing usage data with third-party platforms, calculating taxes, generating and delivering invoices, handling payment collection, and other billing-related tasks.
0 commit comments