UserServiceTerms

data class UserServiceTerms(id: Long, serviceTerms: List<ServiceTerms>?)

서비스 약관 조회 API 응답 클래스

Constructors

Link copied to clipboard
fun UserServiceTerms(id: Long, serviceTerms: List<ServiceTerms>?)

Properties

Link copied to clipboard
val id: Long

회원번호

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

조회한 서비스 약관 목록