Skip to content

Commit

Permalink
add cascade_update to plan params (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents authored Nov 13, 2024
1 parent 6fb4df7 commit be813c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lago_python_client/models/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Plan(BaseModel):
minimum_commitment: Optional[MinimumCommitment]
usage_thresholds: Optional[UsageThresholds]
tax_codes: Optional[List[str]]
cascade_updates: Optional[bool]


class PlanResponse(BaseResponseModel):
Expand Down
1 change: 1 addition & 0 deletions tests/test_plan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def plan_object():
trial_period=None,
bill_charges_monthly=None,
tax_codes=None,
cascade_updates=None,
)


Expand Down

0 comments on commit be813c1

Please sign in to comment.