Account

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

카카오계정 정보
Kakao Account information

Constructors

Link copied to clipboard
constructor(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?, 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

연령대
Age range

Link copied to clipboard

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

Link copied to clipboard

생일, MMDD 형식
Birthday in MMDD format

Link copied to clipboard

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

Link copied to clipboard

생일 타입
Birthday type

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

성별
Gender

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

법정 성별
Legal gender

Link copied to clipboard

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

Link copied to clipboard

실명
Legal name

Link copied to clipboard

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

Link copied to clipboard
val name: String?

카카오계정 이름
Name of Kakao Account

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

프로필 정보
Profile information

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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