WebhookTransactionRequestPaid

@Serializable
@SerialName(value = "Transaction.Paid")
data class WebhookTransactionRequestPaid(val timestamp: @Serializable(with = InstantSerializer::class) Instant, val data: WebhookTransactionRequestPaidData) : WebhookRequest

결제(예약 결제 포함)가 승인되었을 때 (모든 결제 수단)

Constructors

Link copied to clipboard
constructor(timestamp: @Serializable(with = InstantSerializer::class) Instant, data: WebhookTransactionRequestPaidData)

Properties

Link copied to clipboard

웹훅을 트리거한 이벤트의 실제 세부 내용입니다.

Link copied to clipboard
open override val timestamp: @Serializable(with = InstantSerializer::class) Instant

해당 웹훅을 트리거한 이벤트의 발생 시각(RFC 3339 형식)입니다. 고객사 서버가 웹훅을 수신하는 데 실패하여 재시도가 일어나도 이 값은 동일하게 유지됩니다.