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
/
CustomerNameInput
Customer
Name
Input
@
Serializable
data
class
CustomerNameInput
(
val
full
:
String
?
=
null
,
val
separated
:
CustomerSeparatedName
?
=
null
)
고객 이름 입력 정보
두 개의 이름 형식 중 한 가지만 선택하여 입력해주세요.
Members
Constructors
Customer
Name
Input
Link copied to clipboard
constructor
(
full
:
String
?
=
null
,
separated
:
CustomerSeparatedName
?
=
null
)
Properties
full
Link copied to clipboard
val
full
:
String
?
=
null
한 줄 이름 형식
separated
Link copied to clipboard
val
separated
:
CustomerSeparatedName
?
=
null
분리형 이름 형식