PortOne Server SDK for JVM
Toggle table of contents
0.17.1-alpha2-1-gea614106bf
jvm
Platform filter
jvm
Switch theme
Search in API
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
발송 시점