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.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
?
사업자등록 정보
error
Link copied to clipboard
val
error
:
String
?
조회 실패 시 에러 메시지