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
/
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