Account

data class Account(profileNeedsAgreement: Boolean?, profileNicknameNeedsAgreement: Boolean?, profileImageNeedsAgreement: Boolean?, profile: Profile?, nameNeedsAgreement: Boolean?, name: String?, emailNeedsAgreement: Boolean?, isEmailValid: Boolean?, isEmailVerified: Boolean?, email: String?, ageRangeNeedsAgreement: Boolean?, ageRange: AgeRange?, birthyearNeedsAgreement: Boolean?, birthyear: String?, birthdayNeedsAgreement: Boolean?, birthday: String?, birthdayType: BirthdayType?, genderNeedsAgreement: Boolean?, gender: Gender?, ciNeedsAgreement: Boolean?, ci: String?, ciAuthenticatedAt: Date?, legalNameNeedsAgreement: Boolean?, legalName: String?, legalBirthDateNeedsAgreement: Boolean?, legalBirthDate: String?, legalGenderNeedsAgreement: Boolean?, legalGender: Gender?, phoneNumberNeedsAgreement: Boolean?, phoneNumber: String?, isKoreanNeedsAgreement: Boolean?, isKorean: Boolean?) : Parcelable

카카오계정 정보
Kakao Account information

Constructors

Link copied to clipboard
fun Account(profileNeedsAgreement: Boolean?, profileNicknameNeedsAgreement: Boolean?, profileImageNeedsAgreement: Boolean?, profile: Profile?, nameNeedsAgreement: Boolean?, name: String?, emailNeedsAgreement: Boolean?, isEmailValid: Boolean?, isEmailVerified: Boolean?, email: String?, ageRangeNeedsAgreement: Boolean?, ageRange: AgeRange?, birthyearNeedsAgreement: Boolean?, birthyear: String?, birthdayNeedsAgreement: Boolean?, birthday: String?, birthdayType: BirthdayType?, genderNeedsAgreement: Boolean?, gender: Gender?, ciNeedsAgreement: Boolean?, ci: String?, ciAuthenticatedAt: Date?, legalNameNeedsAgreement: Boolean?, legalName: String?, legalBirthDateNeedsAgreement: Boolean?, legalBirthDate: String?, legalGenderNeedsAgreement: Boolean?, legalGender: Gender?, phoneNumberNeedsAgreement: Boolean?, phoneNumber: String?, isKoreanNeedsAgreement: Boolean?, isKorean: Boolean?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val ageRange: AgeRange?

연령대
Age range

Link copied to clipboard
val ageRangeNeedsAgreement: Boolean?

사용자 동의 시 연령대 제공 가능 여부
Whether age can be provided under user consent

Link copied to clipboard
val birthday: String?

생일, MMDD 형식
Birthday in MMDD format

Link copied to clipboard
val birthdayNeedsAgreement: Boolean?

사용자 동의 시 생일 제공 가능 여부
Whether birthday can be provided under user consent

Link copied to clipboard
val birthdayType: BirthdayType?

생일 타입
Birthday type

Link copied to clipboard
val birthyear: String?

출생 연도, YYYY 형식
Birthyear in YYYY format

Link copied to clipboard
val birthyearNeedsAgreement: Boolean?

사용자 동의 시 출생 연도 제공 가능 여부
Whether birthyear can be provided under user consent

Link copied to clipboard
val ci: String?

연계정보
Connecting Information(CI)

Link copied to clipboard
val ciAuthenticatedAt: Date?

CI 발급시간
CI issuance time

Link copied to clipboard
val ciNeedsAgreement: Boolean?

사용자 동의 시 CI 참고 가능 여부
Whether CI for a reference can be provided under user consent

Link copied to clipboard
val email: String?

카카오계정 대표 이메일
Representative email of Kakao Account

Link copied to clipboard
val emailNeedsAgreement: Boolean?

사용자 동의 시 카카오계정 대표 이메일 제공 가능 여부
Whether email can be provided under user consent

Link copied to clipboard
val gender: Gender?

성별
Gender

Link copied to clipboard
val genderNeedsAgreement: Boolean?

사용자 동의 시 성별 제공 가능 여부
Whether gender can be provided under user consent

Link copied to clipboard
val isEmailValid: Boolean?

이메일 유효 여부
Whether email address is valid

Link copied to clipboard
val isEmailVerified: Boolean?

이메일 인증 여부
Whether email address is verified

Link copied to clipboard
val isKorean: Boolean?

본인인증을 거친 내국인 여부
Whether the user is Korean

Link copied to clipboard
val isKoreanNeedsAgreement: Boolean?

사용자 동의 시 내외국인 제공 가능 여부
Whther consent to isKorean can be provided under user consent

Link copied to clipboard
val legalBirthDate: String?

법정 생년월일, yyyyMMDD 형식
Legal birth date in yyyyMMDD format

Link copied to clipboard
val legalBirthDateNeedsAgreement: Boolean?

사용자 동의 시 법정 생년월일 제공 가능 여부
Whether isKorean can be provided under user consent

Link copied to clipboard
val legalGender: Gender?

법정 성별
Legal gender

Link copied to clipboard
val legalGenderNeedsAgreement: Boolean?

사용자 동의 시 법정 성별 제공 가능 여부
Whether legalGender can be provided under user consent

Link copied to clipboard
val legalName: String?

실명
Legal name

Link copied to clipboard
val legalNameNeedsAgreement: Boolean?

사용자 동의 시 실명 제공 가능 여부
Whether legalName can be provided under user consent

Link copied to clipboard
val name: String?

카카오계정 이름
Name of Kakao Account

Link copied to clipboard
val nameNeedsAgreement: Boolean?

사용자 동의 시 이름 제공 가능 여부
Whether name can be provided under user consent

Link copied to clipboard
val phoneNumber: String?

카카오계정의 전화번호
Phone number of Kakao Account

Link copied to clipboard
val phoneNumberNeedsAgreement: Boolean?

사용자 동의 시 전화번호 제공 가능 여부
Whether phoneNumber can be provided under user consent

Link copied to clipboard
val profile: Profile?

프로필 정보
Profile information

Link copied to clipboard
val profileImageNeedsAgreement: Boolean?

사용자 동의 시 프로필 사진 제공 가능 여부
Whether profileImage can be provided under user consent

Link copied to clipboard
val profileNeedsAgreement: Boolean?

사용자 동의 시 프로필 제공 가능 여부
Whether profile can be provided under user consent

Link copied to clipboard
val profileNicknameNeedsAgreement: Boolean?

사용자 동의 시 닉네임 제공 가능 여부
Whether profileNickname can be provided under user consent