Skip to content

Commit 5c37350

Browse files
feat(sub): Add trial_ended_at (#253)
Co-authored-by: Jérémy Denquin <jdenquin@users.noreply.github.com>
1 parent e6bee80 commit 5c37350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lago_python_client/models/subscription.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class SubscriptionResponse(BaseResponseModel):
3030
billing_time: Optional[str]
3131
terminated_at: Optional[str]
3232
ending_at: Optional[str]
33+
trial_ended_at: Optional[str]
34+
subscription_date: Optional[str]
3335
subscription_at: Optional[str]
3436
previous_plan_code: Optional[str]
3537
next_plan_code: Optional[str]

0 commit comments

Comments
 (0)