stopPaymentCancellation

@JvmName(name = "stopPaymentCancellationSuspend")
suspend fun stopPaymentCancellation(paymentId: String, cancellationId: String): StopPaymentCancellationResponse

결제 취소 요청 취소

비동기적으로 수행되는 결제 취소 요청을 취소합니다. Triple-A에서만 사용됩니다.

Parameters

paymentId

결제 건 아이디

cancellationId

취소 요청 아이디

Throws