ModifyEscrowLogisticsResponse

@Serializable
data class ModifyEscrowLogisticsResponse(val invoiceNumber: String, val sentAt: @Serializable(with = InstantSerializer::class) Instant, val modifiedAt: @Serializable(with = InstantSerializer::class) Instant)

에스크로 배송 정보 수정 성공 응답

Constructors

Link copied to clipboard
constructor(invoiceNumber: String, sentAt: @Serializable(with = InstantSerializer::class) Instant, modifiedAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

Link copied to clipboard

송장 번호

Link copied to clipboard
val modifiedAt: @Serializable(with = InstantSerializer::class) Instant

에스크로 정보 수정 시점

Link copied to clipboard
val sentAt: @Serializable(with = InstantSerializer::class) Instant

발송 시점