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.payment
/
ConfirmedPaymentEscrow
/
ConfirmedPaymentEscrow
Confirmed
Payment
Escrow
constructor
(
company
:
String
,
invoiceNumber
:
String
,
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
isAutomaticallyConfirmed
:
Boolean
)