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
/
DeliveredPaymentEscrow
Delivered
Payment
Escrow
@
Serializable
@
SerialName
(
value
=
"DELIVERED"
)
data
class
DeliveredPaymentEscrow
(
val
company
:
String
,
val
invoiceNumber
:
String
,
val
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
,
val
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
)
:
PaymentEscrow.Recognized
배송 완료
Members
Constructors
Delivered
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
)
Properties
applied
At
Link copied to clipboard
val
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
배송등록 처리 일자
company
Link copied to clipboard
val
company
:
String
택배사
invoice
Number
Link copied to clipboard
val
invoiceNumber
:
String
송장번호
sent
At
Link copied to clipboard
val
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
?
=
null
발송 일시