PaymentWebhookResponse

@Serializable
data class PaymentWebhookResponse(val code: String, val header: String, val body: String, val respondedAt: @Serializable(with = InstantSerializer::class) Instant)

웹훅 응답 정보

Constructors

Link copied to clipboard
constructor(code: String, header: String, body: String, respondedAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

Link copied to clipboard

응답 본문

Link copied to clipboard

응답 HTTP 코드

Link copied to clipboard

응답 헤더

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

응답 시점