Skip to content

Commit

Permalink
Merge pull request #214 from getlago/feat-cascade-plan-updates
Browse files Browse the repository at this point in the history
Feat: add cascade_updates to plan params
  • Loading branch information
annvelents authored Nov 13, 2024
2 parents 6017e8f + 5af2ec8 commit d6cdf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ type PlanInput struct {
MinimumCommitment *MinimumCommitmentInput `json:"minimum_commitment,omitempty"`
TaxCodes []string `json:"tax_codes,omitempty"`
UsageThresholds []UsageThresholdInput `json:"usage_thresholds,omitempty"`
CascadeUpdates bool `json:"cascade_updates"`
}

type PlanListInput struct {
Expand Down

0 comments on commit d6cdf26

Please sign in to comment.