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
/
ApplyEscrowLogisticsResponse
Apply
Escrow
Logistics
Response
@
Serializable
data
class
ApplyEscrowLogisticsResponse
(
val
invoiceNumber
:
String
,
val
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
val
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
에스크로 배송 정보 등록 성공 응답
Members
Constructors
Apply
Escrow
Logistics
Response
Link copied to clipboard
constructor
(
invoiceNumber
:
String
,
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
Properties
applied
At
Link copied to clipboard
val
appliedAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
에스크로 정보 등록 시점
invoice
Number
Link copied to clipboard
val
invoiceNumber
:
String
송장 번호
sent
At
Link copied to clipboard
val
sentAt
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
발송 시점