Skip to content

Commit a12c0b2

Browse files
authored
feat(billing): add v2beta1 API (#412)
1 parent 8516a2b commit a12c0b2

File tree

12 files changed

+2354
-20
lines changed

12 files changed

+2354
-20
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
3+
from .types import DownloadInvoiceRequestFileType
4+
from .types import ExportInvoicesRequestFileType
5+
from .types import ExportInvoicesRequestOrderBy
6+
from .types import InvoiceType
7+
from .types import ListConsumptionsRequestOrderBy
8+
from .types import ListInvoicesRequestOrderBy
9+
from .types import ListTaxesRequestOrderBy
10+
from .types import Invoice
11+
from .types import ListConsumptionsResponse
12+
from .types import ListConsumptionsResponseConsumption
13+
from .types import ListInvoicesResponse
14+
from .types import ListTaxesResponse
15+
from .types import ListTaxesResponseTax
16+
from .api import BillingV2Beta1API
17+
18+
__all__ = [
19+
"DownloadInvoiceRequestFileType",
20+
"ExportInvoicesRequestFileType",
21+
"ExportInvoicesRequestOrderBy",
22+
"InvoiceType",
23+
"ListConsumptionsRequestOrderBy",
24+
"ListInvoicesRequestOrderBy",
25+
"ListTaxesRequestOrderBy",
26+
"Invoice",
27+
"ListConsumptionsResponse",
28+
"ListConsumptionsResponseConsumption",
29+
"ListInvoicesResponse",
30+
"ListTaxesResponse",
31+
"ListTaxesResponseTax",
32+
"BillingV2Beta1API",
33+
]

0 commit comments

Comments
 (0)