-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-2428: Merge autogen: bill,mltrain (#3038)
Co-authored-by: Naomi Pentrel <[email protected]>
- Loading branch information
Showing
14 changed files
with
296 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- prettier-ignore --> | ||
| Method Name | Description | | ||
| ----------- | ----------- | | ||
| [`GetCurrentMonthUsage`](/appendix/apis/billing-client/#getcurrentmonthusage) | Access data usage information for the current month for a given organization. | | ||
| [`GetOrgBillingInformation`](/appendix/apis/billing-client/#getorgbillinginformation) | Access billing information (payment method, billing tier, etc.) for a given org. | | ||
| [`GetInvoicesSummary`](/appendix/apis/billing-client/#getinvoicessummary) | Access total outstanding balance plus invoice summaries for a given org. | | ||
| [`GetInvoicePdf`](/appendix/apis/billing-client/#getinvoicepdf) | Access invoice PDF data and optionally save it to a provided file path. | |
Oops, something went wrong.