Skip to content

Commit

Permalink
feat(sub): Add trial_ended_at (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy Denquin <jdenquin@users.noreply.github.com>
  • Loading branch information
julienbourdeau and jdenquin authored Aug 19, 2024
1 parent e6bee80 commit 5c37350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lago_python_client/models/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class SubscriptionResponse(BaseResponseModel):
billing_time: Optional[str]
terminated_at: Optional[str]
ending_at: Optional[str]
trial_ended_at: Optional[str]
subscription_date: Optional[str]
subscription_at: Optional[str]
previous_plan_code: Optional[str]
next_plan_code: Optional[str]
Expand Down

0 comments on commit 5c37350

Please sign in to comment.