id property
getter/setter pair
KO: 회원번호, 앱과 연결된 사용자에게만 존재
EN: Service user ID, only provided for users linked with the app
Implementation
String? id;
KO: 회원번호, 앱과 연결된 사용자에게만 존재
EN: Service user ID, only provided for users linked with the app
String? id;