import * as fromDatatype from "../../../../models/datatype-library"; export declare class PaymentStatementSearchDTO { guids?: string[]; hdr_ocr_guid?: string; scanned_doc_no?: string; entity_hdr_guids?: string[]; entity_code?: string; entity_name?: string; doc_reference_no?: string; company_guids?: string[]; company_code?: string; company_name?: string; amount_txn_excl_tax?: number; amount_txn_incl_tax?: number; remarks?: string; verification_status?: string; created_by_subject_guids?: string[]; updated_by_subject_guids?: string[]; start_date_to?: fromDatatype.TimestampTzDatatypeInterface; start_date_from?: fromDatatype.TimestampTzDatatypeInterface; end_date_to?: fromDatatype.TimestampTzDatatypeInterface; end_date_from?: fromDatatype.TimestampTzDatatypeInterface; b2b_matching_status?: string; einvoice_matching_status?: string; payment_request_stmt_line_guid?: string; }