issue Cash Receipt
suspend fun issueCashReceipt(paymentId: String, channelKey: String, type: CashReceiptType, orderName: String, currency: Currency, amount: PaymentAmountInput, productType: PaymentProductType? = null, customer: IssueCashReceiptCustomerInput, paidAt: Instant? = null, businessRegistrationNumber: String? = null, paymentMethod: IssueCashReceiptPaymentMethodType? = null): IssueCashReceiptResponse
현금 영수증 수동 발급
현금 영수증 발급을 요청합니다.
Parameters
payment Id
결제 건 아이디
외부 결제 건에 대한 수동 발급의 경우, 아이디를 직접 채번하여 입력합니다.
channel Key
채널 키
type
현금 영수증 유형
order Name
주문명
currency
화폐
amount
금액 세부 입력 정보
product Type
상품 유형
customer
고객 정보
paid At
결제 일자
business Registration Number
사업자등록번호
웰컴페이먼츠의 경우에만 입력합니다.
payment Method
결제 수단
웰컴페이먼츠의 경우에만 입력합니다.