InstantPaymentSummary

@Serializable
data class InstantPaymentSummary(val pgTxId: String, val paidAt: @Serializable(with = InstantSerializer::class) Instant)

수기 결제가 완료된 결제 건 요약 정보

Constructors

Link copied to clipboard
constructor(pgTxId: String, paidAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

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

결제 완료 시점

Link copied to clipboard

PG사 결제 아이디