/** 세금계산서 발행 승인 정보 */ export type IssueB2bTaxInvoiceBody = { /** 메모 */ memo?: string; /** 이메일 제목 */ emailSubject?: string; };