import { BelongItemList } from './BelongItemList'; import { ItemList } from './ItemList'; import { PassengerTravelItemList } from './PassengerTravelItemList'; export declare class VatInvoiceResult { title?: string; type?: string; private 'invoice_tag'?; private 'sum_amount'?; private 'sum_tax'?; private 'serial_number'?; attribution?: string; private 'supervision_seal'?; code?: string; private 'print_code'?; private 'machine_number'?; private 'print_number'?; private 'check_code'?; private 'number'?; private 'issue_date'?; private 'encryption_block'?; private 'buyer_name'?; private 'buyer_id'?; private 'buyer_address'?; private 'buyer_bank'?; private 'seller_name'?; private 'seller_id'?; private 'seller_address'?; private 'seller_bank'?; private 'subtotal_amount'?; private 'subtotal_tax'?; total?: string; private 'total_in_words'?; remarks?: string; receiver?: string; reviewer?: string; issuer?: string; private 'seller_seal'?; private 'item_list'?; province?: string; city?: string; private 'total_pages'?; private 'current_page'?; confidence?: object; private 'text_location'?; private 'belong_buyer_name'?; private 'belong_seller_name'?; private 'belong_vat_code'?; private 'belong_number'?; private 'belong_pages'?; private 'belong_current_page'?; private 'belong_remarks'?; private 'belong_issue_date'?; private 'sales_mark'?; private 'belong_sum_amount'?; private 'belong_sum_tax'?; private 'belong_subtotal_amount'?; private 'belong_subtotal_tax'?; private 'belong_discount_amount'?; private 'belong_discount_tax'?; private 'belong_item_list'?; private 'passenger_travel_item_list'?; constructor(); withTitle(title: string): VatInvoiceResult; withType(type: string): VatInvoiceResult; withInvoiceTag(invoiceTag: string): VatInvoiceResult; set invoiceTag(invoiceTag: string | undefined); get invoiceTag(): string | undefined; withSumAmount(sumAmount: string): VatInvoiceResult; set sumAmount(sumAmount: string | undefined); get sumAmount(): string | undefined; withSumTax(sumTax: string): VatInvoiceResult; set sumTax(sumTax: string | undefined); get sumTax(): string | undefined; withSerialNumber(serialNumber: string): VatInvoiceResult; set serialNumber(serialNumber: string | undefined); get serialNumber(): string | undefined; withAttribution(attribution: string): VatInvoiceResult; withSupervisionSeal(supervisionSeal: Array): VatInvoiceResult; set supervisionSeal(supervisionSeal: Array | undefined); get supervisionSeal(): Array | undefined; withCode(code: string): VatInvoiceResult; withPrintCode(printCode: string): VatInvoiceResult; set printCode(printCode: string | undefined); get printCode(): string | undefined; withMachineNumber(machineNumber: string): VatInvoiceResult; set machineNumber(machineNumber: string | undefined); get machineNumber(): string | undefined; withPrintNumber(printNumber: string): VatInvoiceResult; set printNumber(printNumber: string | undefined); get printNumber(): string | undefined; withCheckCode(checkCode: string): VatInvoiceResult; set checkCode(checkCode: string | undefined); get checkCode(): string | undefined; withModelNumber(modelNumber: string): VatInvoiceResult; set modelNumber(modelNumber: string | undefined); get modelNumber(): string | undefined; withIssueDate(issueDate: string): VatInvoiceResult; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withEncryptionBlock(encryptionBlock: string): VatInvoiceResult; set encryptionBlock(encryptionBlock: string | undefined); get encryptionBlock(): string | undefined; withBuyerName(buyerName: string): VatInvoiceResult; set buyerName(buyerName: string | undefined); get buyerName(): string | undefined; withBuyerId(buyerId: string): VatInvoiceResult; set buyerId(buyerId: string | undefined); get buyerId(): string | undefined; withBuyerAddress(buyerAddress: string): VatInvoiceResult; set buyerAddress(buyerAddress: string | undefined); get buyerAddress(): string | undefined; withBuyerBank(buyerBank: string): VatInvoiceResult; set buyerBank(buyerBank: string | undefined); get buyerBank(): string | undefined; withSellerName(sellerName: string): VatInvoiceResult; set sellerName(sellerName: string | undefined); get sellerName(): string | undefined; withSellerId(sellerId: string): VatInvoiceResult; set sellerId(sellerId: string | undefined); get sellerId(): string | undefined; withSellerAddress(sellerAddress: string): VatInvoiceResult; set sellerAddress(sellerAddress: string | undefined); get sellerAddress(): string | undefined; withSellerBank(sellerBank: string): VatInvoiceResult; set sellerBank(sellerBank: string | undefined); get sellerBank(): string | undefined; withSubtotalAmount(subtotalAmount: string): VatInvoiceResult; set subtotalAmount(subtotalAmount: string | undefined); get subtotalAmount(): string | undefined; withSubtotalTax(subtotalTax: string): VatInvoiceResult; set subtotalTax(subtotalTax: string | undefined); get subtotalTax(): string | undefined; withTotal(total: string): VatInvoiceResult; withTotalInWords(totalInWords: string): VatInvoiceResult; set totalInWords(totalInWords: string | undefined); get totalInWords(): string | undefined; withRemarks(remarks: string): VatInvoiceResult; withReceiver(receiver: string): VatInvoiceResult; withReviewer(reviewer: string): VatInvoiceResult; withIssuer(issuer: string): VatInvoiceResult; withSellerSeal(sellerSeal: Array): VatInvoiceResult; set sellerSeal(sellerSeal: Array | undefined); get sellerSeal(): Array | undefined; withItemList(itemList: Array): VatInvoiceResult; set itemList(itemList: Array | undefined); get itemList(): Array | undefined; withProvince(province: string): VatInvoiceResult; withCity(city: string): VatInvoiceResult; withTotalPages(totalPages: string): VatInvoiceResult; set totalPages(totalPages: string | undefined); get totalPages(): string | undefined; withCurrentPage(currentPage: string): VatInvoiceResult; set currentPage(currentPage: string | undefined); get currentPage(): string | undefined; withConfidence(confidence: object): VatInvoiceResult; withTextLocation(textLocation: object): VatInvoiceResult; set textLocation(textLocation: object | undefined); get textLocation(): object | undefined; withBelongBuyerName(belongBuyerName: string): VatInvoiceResult; set belongBuyerName(belongBuyerName: string | undefined); get belongBuyerName(): string | undefined; withBelongSellerName(belongSellerName: string): VatInvoiceResult; set belongSellerName(belongSellerName: string | undefined); get belongSellerName(): string | undefined; withBelongVatCode(belongVatCode: string): VatInvoiceResult; set belongVatCode(belongVatCode: string | undefined); get belongVatCode(): string | undefined; withBelongNumber(belongNumber: string): VatInvoiceResult; set belongNumber(belongNumber: string | undefined); get belongNumber(): string | undefined; withBelongPages(belongPages: string): VatInvoiceResult; set belongPages(belongPages: string | undefined); get belongPages(): string | undefined; withBelongCurrentPage(belongCurrentPage: string): VatInvoiceResult; set belongCurrentPage(belongCurrentPage: string | undefined); get belongCurrentPage(): string | undefined; withBelongRemarks(belongRemarks: string): VatInvoiceResult; set belongRemarks(belongRemarks: string | undefined); get belongRemarks(): string | undefined; withBelongIssueDate(belongIssueDate: string): VatInvoiceResult; set belongIssueDate(belongIssueDate: string | undefined); get belongIssueDate(): string | undefined; withSalesMark(salesMark: boolean): VatInvoiceResult; set salesMark(salesMark: boolean | undefined); get salesMark(): boolean | undefined; withBelongSumAmount(belongSumAmount: string): VatInvoiceResult; set belongSumAmount(belongSumAmount: string | undefined); get belongSumAmount(): string | undefined; withBelongSumTax(belongSumTax: string): VatInvoiceResult; set belongSumTax(belongSumTax: string | undefined); get belongSumTax(): string | undefined; withBelongSubtotalAmount(belongSubtotalAmount: string): VatInvoiceResult; set belongSubtotalAmount(belongSubtotalAmount: string | undefined); get belongSubtotalAmount(): string | undefined; withBelongSubtotalTax(belongSubtotalTax: string): VatInvoiceResult; set belongSubtotalTax(belongSubtotalTax: string | undefined); get belongSubtotalTax(): string | undefined; withBelongDiscountAmount(belongDiscountAmount: string): VatInvoiceResult; set belongDiscountAmount(belongDiscountAmount: string | undefined); get belongDiscountAmount(): string | undefined; withBelongDiscountTax(belongDiscountTax: string): VatInvoiceResult; set belongDiscountTax(belongDiscountTax: string | undefined); get belongDiscountTax(): string | undefined; withBelongItemList(belongItemList: Array): VatInvoiceResult; set belongItemList(belongItemList: Array | undefined); get belongItemList(): Array | undefined; withPassengerTravelItemList(passengerTravelItemList: Array): VatInvoiceResult; set passengerTravelItemList(passengerTravelItemList: Array | undefined); get passengerTravelItemList(): Array | undefined; } //# sourceMappingURL=VatInvoiceResult.d.ts.map