PaymentWebhookRequest

@Serializable
data class PaymentWebhookRequest(val body: String, val header: String? = null, val requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

웹훅 요청 정보

Constructors

Link copied to clipboard
constructor(body: String, header: String? = null, requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Properties

Link copied to clipboard

요청 본문

Link copied to clipboard
val header: String? = null

요청 헤더

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

요청 시점