getCashReceiptByPaymentId

@JvmName(name = "getCashReceiptByPaymentIdSuspend")
suspend fun getCashReceiptByPaymentId(paymentId: String): CashReceipt

현금 영수증 단건 조회

주어진 결제 아이디에 대응되는 현금 영수증 내역을 조회합니다.

Parameters

paymentId

결제 건 아이디

Throws