ServiceTerms

data class ServiceTerms(tag: String, agreedAt: Date)

3rd party 서비스 약관 정보 클래스

Constructors

Link copied to clipboard
fun ServiceTerms(tag: String, agreedAt: Date)

Properties

Link copied to clipboard
val agreedAt: Date

동의한 시간. 약관이 여러번 뜨는 구조라면, 마지막으로 동의한 시간

Link copied to clipboard
val tag: String

동의한 약관의 tag. 3rd 에서 설정한 값