BillingService

@Service
class BillingService(tenantService: TenantService)(source)

Constructors

Link copied to clipboard
constructor(tenantService: TenantService)

Functions

Link copied to clipboard
fun createCheckoutSession(tenantId: String, planId: String): String
Link copied to clipboard
fun handleCheckoutCompleted(session: Session)