This repository has been archived by the owner on May 26, 2023. It is now read-only.
Per-Seat Billing Plans feature #123
Unanswered
jay2success
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You mean the possibility of having metered plan subscription features? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for this awesome package.
Some applications charge users per "seat" instead of a fixed monthly price. For example, a project management application might charge $10 monthly per project such that if a user managed five projects they would be billed $50 monthly.
The way it works is there is Model connected to the subscription plan, in this case its Project model.
Each project will have its own subscription which will have separate expiration date.
I hope subby can support this since it's well known model for Saas.
Thanks again.
Beta Was this translation helpful? Give feedback.
All reactions