부가세 참고자료 신청

This commit is contained in:
focp212@naver.com
2025-10-24 11:20:27 +09:00
parent 6f25c34bcc
commit b2568ea8ff
3 changed files with 10 additions and 10 deletions

View File

@@ -14,8 +14,8 @@ export enum VatReturnReceiptType {
BILL = 'BILL '
};
export enum VatReturnPayTax {
TAX = '0',
NOTAX = '1'
TAX = 'RECEIPT',
NOTAX = 'REQUEST'
};
export enum VatReturnTargetType {
ALL = 'ALL',
@@ -88,8 +88,8 @@ export enum TaxType {
};
export interface VatReturnReferenceRequestParams {
mid: string;
startMonth: string;
endMonth: string;
startDate: string;
endDate: string;
taxType: string,
email: string;
};