PortOne Server SDK for JVM
Toggle table of contents
0.12.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.platform
/
PlatformSettlementFormulaInvalidSyntax
Platform
Settlement
Formula
Invalid
Syntax
@
Serializable
@
SerialName
(
value
=
"INVALID_SYNTAX"
)
data
class
PlatformSettlementFormulaInvalidSyntax
(
val
syntax
:
String
,
val
position
:
PlatformSettlementFormulaPosition
)
:
PlatformSettlementFormulaError.Recognized
Members
Constructors
Platform
Settlement
Formula
Invalid
Syntax
Link copied to clipboard
constructor
(
syntax
:
String
,
position
:
PlatformSettlementFormulaPosition
)
Properties
position
Link copied to clipboard
val
position
:
PlatformSettlementFormulaPosition
syntax
Link copied to clipboard
val
syntax
:
String