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.platform
/
UpdatePlatformBodySettlementFormula
Update
Platform
Body
Settlement
Formula
@
Serializable
data
class
UpdatePlatformBodySettlementFormula
(
val
platformFee
:
String
?
=
null
,
val
discountShare
:
String
?
=
null
,
val
additionalFee
:
String
?
=
null
)
플랫폼 업데이트 시 변경할 계산식 정보
값이 명시되지 않은 필드는 업데이트하지 않습니다.
Members
Constructors
Update
Platform
Body
Settlement
Formula
Link copied to clipboard
constructor
(
platformFee
:
String
?
=
null
,
discountShare
:
String
?
=
null
,
additionalFee
:
String
?
=
null
)
Properties
additional
Fee
Link copied to clipboard
val
additionalFee
:
String
?
=
null
추가 수수료 계산식
discount
Share
Link copied to clipboard
val
discountShare
:
String
?
=
null
할인 분담액 계산식
platform
Fee
Link copied to clipboard
val
platformFee
:
String
?
=
null
플랫폼 수수료 계산식