RejectedPaymentEscrow

@Serializable
@SerialName(value = "REJECTED")
data class RejectedPaymentEscrow(val company: String, val invoiceNumber: String, val sentAt: @Serializable(with = InstantSerializer::class) Instant? = null, val appliedAt: @Serializable(with = InstantSerializer::class) Instant? = null) : PaymentEscrow

구매 거절

Constructors

Link copied to clipboard
constructor(company: String, invoiceNumber: String, sentAt: @Serializable(with = InstantSerializer::class) Instant? = null, appliedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Properties

Link copied to clipboard
val appliedAt: @Serializable(with = InstantSerializer::class) Instant? = null

배송등록 처리 일자

Link copied to clipboard

택배사

Link copied to clipboard

송장번호

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

발송 일시