UserServiceTerms

data class UserServiceTerms(userId: Long?, allowedServiceTerms: List<ServiceTerms>?, appServiceTerms: List<AppServiceTerms>?)

사용자가 동의한 약관 조회 API 응답 클래스

Constructors

Link copied to clipboard
fun UserServiceTerms(userId: Long?, allowedServiceTerms: List<ServiceTerms>?, appServiceTerms: List<AppServiceTerms>?)

Properties

Link copied to clipboard
val allowedServiceTerms: List<ServiceTerms>?

사용자가 동의한 3rd의 약관 항목들

Link copied to clipboard
val appServiceTerms: List<AppServiceTerms>?
Link copied to clipboard
val userId: Long?

회원번호