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.errors
/
PlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedException
Platform
Contract
Platform
Fixed
Amount
Fee
Currency
And
Settlement
Currency
Mismatched
Exception
class
PlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedException
(
cause
:
PlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedError
)
:
Exception
Members
Constructors
Platform
Contract
Platform
Fixed
Amount
Fee
Currency
And
Settlement
Currency
Mismatched
Exception
Link copied to clipboard
constructor
(
cause
:
PlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedError
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
fee
Currency
Link copied to clipboard
val
feeCurrency
:
Currency
graphql
Id
Link copied to clipboard
val
graphqlId
:
String
id
Link copied to clipboard
val
id
:
String
message
Link copied to clipboard
open
val
message
:
String
?
settlement
Currency
Link copied to clipboard
val
settlementCurrency
:
Currency
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)