#ferenc-juhasz_best-practices

1 messages ¡ Page 1 of 1 (latest)

wary oliveBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1345050411484315668

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

placid obsidian
wary oasis
#

Well, it's a bit complicated, but basically what I want is to aggregate several "child customers'" payments into a "parent customer". This parent customer could have a specific billing cycle (like quarterly, or 6 months etc.) which is independent from the child customers (like one child could have a monthly subscription and another could have a yearly). But that would need having prices with different periods in the aggregate subscription, which is not possible if I'm correct.

Maybe the best solution would be to consolidate the child customers' prices to the parent (for example if the parent has quarterly billing, I could create a quarterly price from both a monthly and a yearly child customer's price).

placid obsidian
#

Yeah, I think your workaround makes sense here.

wary oasis
#

Thank you!