Account class
KO: 카카오계정 정보
EN: Kakao Account information
- Annotations
-
- @JsonSerializable.new(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)
Properties
- ageRange → AgeRange?
-
KO: 연령대
EN: Age rangefinal - ageRangeNeedsAgreement → bool?
-
KO: 사용자 동의 시 연령대 제공 가능 여부
EN: Whether age range can be provided under user consentfinal - birthday → String?
-
KO: 생일, MMDD 형식
EN: Birthday in MMDD formatfinal - birthdayNeedsAgreement → bool?
-
KO: 사용자 동의 시 생일 제공 가능 여부
EN: Whether birthday can be provided under user consentfinal - birthdayType → BirthdayType?
-
KO: 생일 타입
EN: Birthday typefinal - birthyear → String?
-
KO: 출생 연도, YYYY 형식
EN: Birthyear in YYYY formatfinal - birthyearNeedsAgreement → bool?
-
KO: 사용자 동의 시 출생 연도 제공 가능 여부
EN: Whether birthyear can be provided under user consentfinal - email → String?
-
KO: 카카오계정 대표 이메일
EN: Representative email of Kakao Accountfinal - emailNeedsAgreement → bool?
-
KO: 사용자 동의 시 카카오계정 대표 이메일 제공 가능 여부
EN: Whether email can be provided under user consentfinal - gender → Gender?
-
KO: 성별
EN: Genderfinal - genderNeedsAgreement → bool?
-
KO: 사용자 동의 시 성별 제공 가능 여부
EN: Whether gender can be provided under user consentfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- isEmailValid → bool?
-
KO: 이메일 유효 여부
EN: Whether email address is validfinal - isEmailVerified → bool?
-
KO: 이메일 인증 여부
EN: Whether email address is verifiedfinal - isKorean → bool?
-
KO: 본인인증을 거친 내국인 여부
EN: Whether the user is Koreanfinal - isKoreanNeedsAgreement → bool?
-
KO: 사용자 동의 시 내외국인 제공 가능 여부
EN: Whther isKorean can be provided under user consentfinal - isLeapMonth → bool?
-
KO: 생일의 윤달 여부
EN: Whether the birthday falls on a leap monthfinal - legalBirthDate → String?
-
KO: 법정 생년월일, yyyyMMDD 형식
EN: Legal birth date in yyyyMMDD formatfinal - legalBirthDateNeedsAgreement → bool?
-
KO: 사용자 동의 시 법정 생년월일 제공 가능 여부
EN: Whether isKorean can be provided under user consentfinal - legalGender → Gender?
-
KO: 법정 성별
EN: Legal genderfinal - legalGenderNeedsAgreement → bool?
-
KO: 사용자 동의 시 법정 성별 제공 가능 여부
EN: Whether legalGender can be provided under user consentfinal - legalName → String?
-
KO: 실명
EN: Legal namefinal - legalNameNeedsAgreement → bool?
-
KO: 사용자 동의 시 실명 제공 가능 여부
EN: Whether legalName can be provided under user consentfinal - name → String?
-
KO: 카카오계정 이름
EN: Name of Kakao Accountfinal - nameNeedsAgreement → bool?
-
KO: 사용자 동의 시 이름 제공 가능 여부
EN: Whether name can be provided under user consentfinal - phoneNumber → String?
-
KO: 카카오계정의 전화번호
EN: Phone number of Kakao Accountfinal - phoneNumberNeedsAgreement → bool?
-
KO: 사용자 동의 시 전화번호 제공 가능 여부
EN: Whether phoneNumber can be provided under user consentfinal - profile → Profile?
-
KO: 프로필 정보
EN: Profile informationfinal - profileImageNeedsAgreement → bool?
-
KO: 사용자 동의 시 프로필 사진 제공 가능 여부
EN: Whether Profile.profileImageUrl can be provided under user consentfinal - profileNeedsAgreement → bool?
-
KO: 사용자 동의 시 프로필 제공 가능 여부
EN: Whether profile can be provided under user consentfinal - profileNicknameNeedsAgreement → bool?
-
KO: 사용자 동의 시 닉네임 제공 가능 여부
EN: Whether Profile.nickname can be provided under user consentfinal - 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