/** 결제건 내 현금영수증 상태 */ export type PaymentCashReceiptStatus = "ISSUED" | "CANCELLED" | string & {};