BillingKeyPaymentSummary

@Serializable
data class BillingKeyPaymentSummary(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사 결제 아이디