We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9c6b1a + 4c7fd2d commit 641dc25Copy full SHA for 641dc25
src/types/Plan.ts
@@ -15,6 +15,7 @@ export interface PlanReference {
15
is_superior: boolean;
16
is_trial: boolean;
17
can_upgrade: boolean;
18
+ can_self_activate: boolean;
19
pricing_table_id: TableId | null;
20
pricing_table_option_id: OptionId | null;
21
}
0 commit comments