PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.payment
/
ConfirmedPaymentEscrow
Confirmed
Payment
Escrow
@
Serializable
@
SerialName
(
value
=
"CONFIRMED"
)
data
class
ConfirmedPaymentEscrow
(
val
company
:
String
,
val
invoiceNumber
:
String
,
val
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
val
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
val
isAutomaticallyConfirmed
:
Boolean
)
:
PaymentEscrow.Recognized
구매 확정
Members
Constructors
Confirmed
Payment
Escrow
Link copied to clipboard
constructor
(
company
:
String
,
invoiceNumber
:
String
,
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
isAutomaticallyConfirmed
:
Boolean
)
Properties
applied
At
Link copied to clipboard
val
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
배송등록 처리 일자
company
Link copied to clipboard
val
company
:
String
택배사
invoice
Number
Link copied to clipboard
val
invoiceNumber
:
String
송장번호
is
Automatically
Confirmed
Link copied to clipboard
val
isAutomaticallyConfirmed
:
Boolean
자동 구매 확정 처리 여부
sent
At
Link copied to clipboard
val
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
발송 일시