/** * 현금영수증 발급 여부 */ export declare const EximbayV2TaxReceiptStatus: { readonly Y: "Y"; readonly N: "N"; }; /** * 현금영수증 발급 여부 */ export type EximbayV2TaxReceiptStatus = (typeof EximbayV2TaxReceiptStatus)[keyof typeof EximbayV2TaxReceiptStatus];