We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab1e58 commit 76e949eCopy full SHA for 76e949e
1 file changed
lago_python_client/models/invoice.py
@@ -29,6 +29,8 @@ class InvoiceFee(BaseModel):
29
unit_amount_cents: Optional[int]
30
units: Optional[float]
31
description: Optional[str]
32
+ from_datetime: Optional[str]
33
+ to_datetime: Optional[str]
34
invoice_display_name: Optional[str]
35
tax_codes: Optional[List[str]]
36
0 commit comments