toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.pay.service
/
BillingService
Billing
Service
@
Service
class
BillingService
(
tenantService
:
TenantService
)
(
source
)
Members
Constructors
Billing
Service
Link copied to clipboard
constructor
(
tenantService
:
TenantService
)
Functions
create
Checkout
Session
Link copied to clipboard
fun
createCheckoutSession
(
tenantId
:
String
,
planId
:
String
)
:
String
handle
Checkout
Completed
Link copied to clipboard
fun
handleCheckoutCompleted
(
session
:
Session
)