PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
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
?
한 줄 이름 형식
separated
Link copied to clipboard
val
separated
:
CustomerSeparatedName
?
분리형 이름 형식