Account class

KO: 카카오계정 정보
EN: Kakao Account information

Annotations
  • @JsonSerializable.new(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

ageRange AgeRange?
KO: 연령대
EN: Age range
final
ageRangeNeedsAgreement → bool?
KO: 사용자 동의 시 연령대 제공 가능 여부
EN: Whether age range can be provided under user consent
final
birthday → String?
KO: 생일, MMDD 형식
EN: Birthday in MMDD format
final
birthdayNeedsAgreement → bool?
KO: 사용자 동의 시 생일 제공 가능 여부
EN: Whether birthday can be provided under user consent
final
birthdayType BirthdayType?
KO: 생일 타입
EN: Birthday type
final
birthyear → String?
KO: 출생 연도, YYYY 형식
EN: Birthyear in YYYY format
final
birthyearNeedsAgreement → bool?
KO: 사용자 동의 시 출생 연도 제공 가능 여부
EN: Whether birthyear can be provided under user consent
final
email → String?
KO: 카카오계정 대표 이메일
EN: Representative email of Kakao Account
final
emailNeedsAgreement → bool?
KO: 사용자 동의 시 카카오계정 대표 이메일 제공 가능 여부
EN: Whether email can be provided under user consent
final
gender Gender?
KO: 성별
EN: Gender
final
genderNeedsAgreement → bool?
KO: 사용자 동의 시 성별 제공 가능 여부
EN: Whether gender can be provided under user consent
final
hashCode → int
The hash code for this object.
no setterinherited
isEmailValid → bool?
KO: 이메일 유효 여부
EN: Whether email address is valid
final
isEmailVerified → bool?
KO: 이메일 인증 여부
EN: Whether email address is verified
final
isKorean → bool?
KO: 본인인증을 거친 내국인 여부
EN: Whether the user is Korean
final
isKoreanNeedsAgreement → bool?
KO: 사용자 동의 시 내외국인 제공 가능 여부
EN: Whther isKorean can be provided under user consent
final
isLeapMonth → bool?
KO: 생일의 윤달 여부
EN: Whether the birthday falls on a leap month
final
legalBirthDate → String?
KO: 법정 생년월일, yyyyMMDD 형식
EN: Legal birth date in yyyyMMDD format
final
legalBirthDateNeedsAgreement → bool?
KO: 사용자 동의 시 법정 생년월일 제공 가능 여부
EN: Whether isKorean can be provided under user consent
final
legalGender Gender?
KO: 법정 성별
EN: Legal gender
final
legalGenderNeedsAgreement → bool?
KO: 사용자 동의 시 법정 성별 제공 가능 여부
EN: Whether legalGender can be provided under user consent
final
legalName → String?
KO: 실명
EN: Legal name
final
legalNameNeedsAgreement → bool?
KO: 사용자 동의 시 실명 제공 가능 여부
EN: Whether legalName can be provided under user consent
final
name → String?
KO: 카카오계정 이름
EN: Name of Kakao Account
final
nameNeedsAgreement → bool?
KO: 사용자 동의 시 이름 제공 가능 여부
EN: Whether name can be provided under user consent
final
phoneNumber → String?
KO: 카카오계정의 전화번호
EN: Phone number of Kakao Account
final
phoneNumberNeedsAgreement → bool?
KO: 사용자 동의 시 전화번호 제공 가능 여부
EN: Whether phoneNumber can be provided under user consent
final
profile Profile?
KO: 프로필 정보
EN: Profile information
final
profileImageNeedsAgreement → bool?
KO: 사용자 동의 시 프로필 사진 제공 가능 여부
EN: Whether Profile.profileImageUrl can be provided under user consent
final
profileNeedsAgreement → bool?
KO: 사용자 동의 시 프로필 제공 가능 여부
EN: Whether profile can be provided under user consent
final
profileNicknameNeedsAgreement → bool?
KO: 사용자 동의 시 닉네임 제공 가능 여부
EN: Whether Profile.nickname can be provided under user consent
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited