UserRevokedServiceTerms

data class UserRevokedServiceTerms(id: Long, revokedServiceTerms: List<RevokedServiceTerms>?)

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

Constructors

Link copied to clipboard
fun UserRevokedServiceTerms(id: Long, revokedServiceTerms: List<RevokedServiceTerms>?)

Properties

Link copied to clipboard
val id: Long

회원번호

Link copied to clipboard
val revokedServiceTerms: List<RevokedServiceTerms>?

동의 철회가 반영된 서비스 약관 목록