Skip to content

Commit

Permalink
fix: mark sequential_id as optional (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic authored Apr 2, 2024
1 parent c374f6a commit 662fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lago_python_client/models/invoice.py
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ class InvoiceAppliedTaxes(BaseResponseModel):

class InvoiceResponse(BaseResponseModel):
lago_id: str
sequential_id: int
sequential_id: Optional[int]
number: str
issuing_date: Optional[str]
payment_due_date: Optional[str]

0 comments on commit 662fc4a

Please sign in to comment.