Package com. kakao. sdk. user. model
사용자 정보 API의 요청과 응답에 사용되는 모델 클래스들을 제공하는 패키지. 사용자 정보 가져오기, 사용자 토큰 정보 보기 등 기능 제공.
Types
Link copied to clipboard
data class AccessTokenInfo(id: Long?, expiresIn: Long, appId: Int, expiresInMillis: Long?) : Parcelable
Content copied to clipboard
토큰 정보 요청 API 응답 클래스
Link copied to clipboard
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
Content copied to clipboard
카카오계정에 등록된 사용자 개인정보.
Link copied to clipboard
생일의 양력/음력
Link copied to clipboard
동의 철회가 반영된 서비스 약관 클래스
Link copied to clipboard
Link copied to clipboard
data class ServiceTermsResponse(id: Long, serviceTerms: List<ServiceTerms>?)
Content copied to clipboard
Link copied to clipboard
data class ShippingAddress(id: Long, name: String?, isDefault: Boolean, updatedAt: Date?, type: ShippingAddressType?, baseAddress: String?, detailAddress: String?, receiverName: String?, receiverPhoneNumber1: String?, receiverPhoneNumber2: String?, zoneNumber: String?, zipCode: String?)
Content copied to clipboard
배송지 정보 클래스
Link copied to clipboard
Link copied to clipboard
data class UserRevokedServiceTerms(id: Long, revokedServiceTerms: List<RevokedServiceTerms>?)
Content copied to clipboard
서비스 약관 철회 API 응답 클래스
Link copied to clipboard
서비스 약관 조회 API 응답 클래스
Link copied to clipboard
data class UserShippingAddresses(userId: Long?, needsAgreement: Boolean?, shippingAddresses: List<ShippingAddress>?)
Content copied to clipboard
앱에 가입한 사용자의 배송지 정보 API 응답 클래스