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.errors
/
PlatformSettlementAmountExceededException
Platform
Settlement
Amount
Exceeded
Exception
class
PlatformSettlementAmountExceededException
:
PortOneException
,
CreatePlatformOrderCancelTransferException
,
CreatePlatformOrderTransferException
정산 가능한 금액을 초과한 경우
Members
Properties
allowed
Amount
Link copied to clipboard
val
allowedAmount
:
Long
초과한 금액
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
override
val
message
:
String
?
product
Id
Link copied to clipboard
val
productId
:
String
?
주문 항목의 상품 아이디입니다.
requested
Amount
Link copied to clipboard
val
requestedAmount
:
Long
요청 받은 금액
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?