getPaymentTransactions

@JvmName(name = "getPaymentTransactionsSuspend")
suspend fun getPaymentTransactions(paymentId: String): GetPaymentTransactionsResponse

결제 시도 내역 조회

주어진 아이디에 대응되는 결제 건의 결제 시도 내역을 조회합니다.

Parameters

paymentId

조회할 결제 아이디

Throws