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
/
PlatformSettlementFormulaPosition
Platform
Settlement
Formula
Position
@
Serializable
data
class
PlatformSettlementFormulaPosition
(
val
startLine
:
Int
,
val
startIndex
:
Int
,
val
endLine
:
Int
,
val
endIndex
:
Int
)
Members
Constructors
Platform
Settlement
Formula
Position
Link copied to clipboard
constructor
(
startLine
:
Int
,
startIndex
:
Int
,
endLine
:
Int
,
endIndex
:
Int
)
Properties
end
Index
Link copied to clipboard
val
endIndex
:
Int
end
Line
Link copied to clipboard
val
endLine
:
Int
start
Index
Link copied to clipboard
val
startIndex
:
Int
start
Line
Link copied to clipboard
val
startLine
:
Int