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