Skip to content

Commit

Permalink
feat: add business subscription autoRenew field (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan authored Nov 7, 2024
1 parent 417721f commit 1a5e5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export type BusinessSubscription = {
};

unitAmount: number | null;

autoRenew?: boolean | null;
customFields?: SubscriptionCustomField[];
};

Expand Down

0 comments on commit 1a5e5d9

Please sign in to comment.