PortOne Server SDK for JVM
Toggle table of contents
0.24.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.b2b.counterparty
/
B2bCounterpartyCreateOptions
B2b
Counterparty
Create
Options
@
Serializable
data
class
B2bCounterpartyCreateOptions
(
val
checkBusinessInfo
:
Boolean
?
=
null
,
val
checkBusinessStatus
:
Boolean
?
=
null
,
val
businessInfoVerificationId
:
String
?
=
null
,
val
businessStatusVerificationId
:
String
?
=
null
)
거래처 생성 옵션
Members
Constructors
B2b
Counterparty
Create
Options
Link copied to clipboard
constructor
(
checkBusinessInfo
:
Boolean
?
=
null
,
checkBusinessStatus
:
Boolean
?
=
null
,
businessInfoVerificationId
:
String
?
=
null
,
businessStatusVerificationId
:
String
?
=
null
)
Properties
business
Info
Verification
Id
Link copied to clipboard
val
businessInfoVerificationId
:
String
?
사업자 정보 조회 결과 ID
business
Status
Verification
Id
Link copied to clipboard
val
businessStatusVerificationId
:
String
?
휴폐업 상태 조회 결과 ID
check
Business
Info
Link copied to clipboard
val
checkBusinessInfo
:
Boolean
?
사업자 정보 조회 여부
check
Business
Status
Link copied to clipboard
val
checkBusinessStatus
:
Boolean
?
휴폐업 상태 조회 여부