toggle menu
PortOne Server SDK for JVM
0.8.1
jvm
switch theme
search in API
PortOne Server SDK for JVM
/
io.portone.sdk.server.common
/
Customer
Customer
@
Serializable
data
class
Customer
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
birthYear
:
String
?
=
null
,
val
gender
:
Gender
?
=
null
,
val
email
:
String
?
=
null
,
val
phoneNumber
:
String
?
=
null
,
val
address
:
Address
?
=
null
,
val
zipcode
:
String
?
=
null
)
고객 정보
Members
Constructors
Customer
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
name
:
String
?
=
null
,
birthYear
:
String
?
=
null
,
gender
:
Gender
?
=
null
,
email
:
String
?
=
null
,
phoneNumber
:
String
?
=
null
,
address
:
Address
?
=
null
,
zipcode
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
Address
?
=
null
주소
birth
Year
Link copied to clipboard
val
birthYear
:
String
?
=
null
출생 연도
email
Link copied to clipboard
val
email
:
String
?
=
null
이메일
gender
Link copied to clipboard
val
gender
:
Gender
?
=
null
성별
id
Link copied to clipboard
val
id
:
String
?
=
null
고객 아이디
name
Link copied to clipboard
val
name
:
String
?
=
null
이름
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
?
=
null
전화번호
zipcode
Link copied to clipboard
val
zipcode
:
String
?
=
null
우편번호