Type Alias CashReceiptClient
Type declaration
getCashReceiptByPaymentId: (options: { paymentId: string; storeId?: string }) => Promise<CashReceipt>
cancelCashReceiptByPaymentId: (
options: { paymentId: string; storeId?: string },
) => Promise<CancelCashReceiptResponse>
현금 영수증 단건 조회
주어진 결제 아이디에 대응되는 현금 영수증 내역을 조회합니다.