PortOne Server SDK for JVM
Toggle table of contents
0.19.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.platform.company
/
B2bBusinessInfoResult
B2b
Business
Info
Result
@
Serializable
data
class
B2bBusinessInfoResult
(
val
brn
:
String
,
val
businessInfo
:
B2bBusinessInfo
?
=
null
,
val
error
:
String
?
=
null
)
사업자등록 정보조회 결과
Members
Constructors
B2b
Business
Info
Result
Link copied to clipboard
constructor
(
brn
:
String
,
businessInfo
:
B2bBusinessInfo
?
=
null
,
error
:
String
?
=
null
)
Properties
brn
Link copied to clipboard
val
brn
:
String
사업자등록번호
business
Info
Link copied to clipboard
val
businessInfo
:
B2bBusinessInfo
?
=
null
사업자등록 정보
error
Link copied to clipboard
val
error
:
String
?
=
null
조회 실패 시 에러 메시지