Webhook Transaction Request Pay Pending
@Serializable
@SerialName(value = "Transaction.PayPending" )
결제 승인 대기 상태가 되었을 때 (해외 결제시 발생 가능)
Constructors
Link copied to clipboard
constructor(timestamp: @Serializable(with = InstantSerializer::class ) Instant, data: WebhookTransactionRequestPayPendingData)