UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

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