에스크로 및 세금계산서 상세 수정
This commit is contained in:
@@ -43,7 +43,7 @@ export interface Breakdown {
|
||||
totalAmount: number;
|
||||
supplyAmount: number;
|
||||
vatAmount: number;
|
||||
transactionCount: number;
|
||||
transactionAmount: number;
|
||||
};
|
||||
|
||||
export interface VatReturnListResponse extends DefaulResponsePagination {
|
||||
@@ -77,6 +77,7 @@ export interface VatReturnDetailParams {
|
||||
|
||||
export interface VatReturnDetailResponse {
|
||||
id?: number;
|
||||
transactionAmount?: number;
|
||||
totalAmount?: number;
|
||||
supplyAmount?: number;
|
||||
vatAmount?: number;
|
||||
|
||||
Reference in New Issue
Block a user