Skip to content

Commit

Permalink
feat(precise-amounts): Add precise amounts to fee model (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannovosad authored Sep 4, 2024
1 parent 4e227a2 commit 0f2e666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lago_python_client/models/fee.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ class FeeResponse(BaseResponseModel):
total_amount_cents: Optional[int]
unit_amount_cents: Optional[int] # deprecated
precise_unit_amount: Optional[str]
precise_amount: Optional[str]
precise_total_amount: Optional[str]
taxes_precise_amount: Optional[str]
total_amount_currency: Optional[str]
units: Optional[float]
events_count: Optional[int]
Expand Down

0 comments on commit 0f2e666

Please sign in to comment.