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
/
PlatformSettlementDateEarlierThanSettlementStartDateException
Platform
Settlement
Date
Earlier
Than
Settlement
Start
Date
Exception
class
PlatformSettlementDateEarlierThanSettlementStartDateException
:
PortOneException
,
CreatePlatformOrderCancelTransferException
,
CreatePlatformOrderTransferException
정산일이 정산 시작일보다 빠른 경우
Members
Properties
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
?
settlement
Date
Link copied to clipboard
val
settlementDate
:
String
날짜를 나타내는 문자열로,
yyyy-MM-dd
형식을 따릅니다.
settlement
Start
Date
Link copied to clipboard
val
settlementStartDate
:
String
날짜를 나타내는 문자열로,
yyyy-MM-dd
형식을 따릅니다.
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?