ServiceTerms

data class ServiceTerms(val tag: String, val required: Boolean, val agreed: Boolean, val revocable: Boolean, val agreedAt: Date?, val referer: ServiceTerms.Referer?)

서비스 약관 정보
Service terms information

Constructors

Link copied to clipboard
constructor(tag: String, required: Boolean, agreed: Boolean, revocable: Boolean, agreedAt: Date?, referer: ServiceTerms.Referer?)

Types

Link copied to clipboard

서비스 약관의 동의 경로
Path through which the service terms were agreed to.

Properties

Link copied to clipboard

동의 여부
The consent status of the service terms

Link copied to clipboard

마지막으로 동의한 시간
The last time user agreed to the scope

Link copied to clipboard
@SerializedName(value = "agreed_by")
val referer: ServiceTerms.Referer?

서비스 약관의 동의 경로
Path through which the service terms were agreed to.

Link copied to clipboard

필수 동의 여부
Whether consent is required

Link copied to clipboard

철회 가능 여부
Whether consent is revocable

Link copied to clipboard
val tag: String

태그
Tag