issueCashReceipt

@JvmName(name = "issueCashReceiptSuspend")
suspend fun issueCashReceipt(paymentId: String, channelKey: String, type: CashReceiptType, orderName: String, currency: Currency, amount: PaymentAmountInput, productType: PaymentProductType? = null, customer: IssueCashReceiptCustomerInput, paidAt: Instant? = null): IssueCashReceiptResponse

현금 영수증 수동 발급

현금 영수증 발급을 요청합니다.

Parameters

paymentId

결제 건 아이디

외부 결제 건에 대한 수동 발급의 경우, 아이디를 직접 채번하여 입력합니다.

channelKey

채널 키

type

현금 영수증 유형

orderName

주문명

currency

화폐

amount

금액 세부 입력 정보

productType

상품 유형

customer

고객 정보

paidAt

결제 일자

Throws