toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.subscription.repo.record
/
CountAllSubscriptionStatusRecord
Count
All
Subscription
Status
Record
data
class
CountAllSubscriptionStatusRecord
(
val
totalSubscriptions
:
Long
,
val
activeSubscriptions
:
Long
)
Members
Constructors
Count
All
Subscription
Status
Record
Link copied to clipboard
constructor
(
totalSubscriptions
:
Long
,
activeSubscriptions
:
Long
)
Properties
active
Subscriptions
Link copied to clipboard
val
activeSubscriptions
:
Long
total
Subscriptions
Link copied to clipboard
val
totalSubscriptions
:
Long