toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.subscription.controller.response
/
SubscribeWorkbookInfo
Subscribe
Workbook
Info
open
class
SubscribeWorkbookInfo
(
val
id
:
Long
,
val
status
:
String
,
val
totalDay
:
Int
,
val
currentDay
:
Int
,
val
rank
:
Long
,
val
totalSubscriber
:
Long
,
val
subscription
:
Subscription
)
Inheritors
MainCardSubscribeWorkbookInfo
MyPageSubscribeWorkbookInfo
Members
Constructors
Subscribe
Workbook
Info
Link copied to clipboard
constructor
(
id
:
Long
,
status
:
String
,
totalDay
:
Int
,
currentDay
:
Int
,
rank
:
Long
,
totalSubscriber
:
Long
,
subscription
:
Subscription
)
Properties
current
Day
Link copied to clipboard
val
currentDay
:
Int
id
Link copied to clipboard
val
id
:
Long
rank
Link copied to clipboard
val
rank
:
Long
status
Link copied to clipboard
val
status
:
String
subscription
Link copied to clipboard
val
subscription
:
Subscription
total
Day
Link copied to clipboard
val
totalDay
:
Int
total
Subscriber
Link copied to clipboard
val
totalSubscriber
:
Long