Skip to content

Commit

Permalink
Add is_auto_renew_enabled property
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-ogg committed Jan 17, 2024
1 parent bd1e15b commit 8c13749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/License.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export interface License extends LicenseRef {
plan: PlanReference | null;
status: License.Status;
subscription_lockout: boolean;
is_auto_renew_enabled: boolean;
/**
* Tax rate percent as a full number. (e.g. 21)
*/
Expand Down

0 comments on commit 8c13749

Please sign in to comment.