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
/
PlatformSettlementFormulaInvalidSyntax
Platform
Settlement
Formula
Invalid
Syntax
@
Serializable
@
SerialName
(
value
=
"INVALID_SYNTAX"
)
data
class
PlatformSettlementFormulaInvalidSyntax
(
val
syntax
:
String
,
val
position
:
PlatformSettlementFormulaPosition
)
:
PlatformSettlementFormulaError
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