UNPKG

node-zugferd

Version:

A Node.js library for creating ZUGFeRD/Factur-X compliant documents. Generating XML and embedding it into PDF/A files, enabling seamless e-invoicing and digital document compliance.

1,623 lines 67.5 kB
/** * Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:39 GMT * * @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/text/output.xml|Source} */ type TextDefinition = { key?: string; name?: string; value?: string; }; type TextCode = (typeof TEXT)[number]["value"]; declare const PUBLISHED: "24A"; /** * Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:39 GMT * * @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/text/output.xml|Source} */ declare const TEXT: [{ readonly key: "GOODS_ITEM_DESCRIPTION"; readonly name: "Goods item description"; readonly value: "AAA"; }, { readonly key: "PAYMENT_TERM"; readonly name: "Payment term"; readonly value: "AAB"; }, { readonly key: "DANGEROUS_GOODS_ADDITIONAL_INFORMATION"; readonly name: "Dangerous goods additional information"; readonly value: "AAC"; }, { readonly key: "DANGEROUS_GOODS_TECHNICAL_NAME"; readonly name: "Dangerous goods technical name"; readonly value: "AAD"; }, { readonly key: "ACKNOWLEDGEMENT_DESCRIPTION"; readonly name: "Acknowledgement description"; readonly value: "AAE"; }, { readonly key: "RATE_ADDITIONAL_INFORMATION"; readonly name: "Rate additional information"; readonly value: "AAF"; }, { readonly key: "PARTY_INSTRUCTIONS"; readonly name: "Party instructions"; readonly value: "AAG"; }, { readonly key: "GENERAL_INFORMATION"; readonly name: "General information"; readonly value: "AAI"; }, { readonly key: "ADDITIONAL_CONDITIONS_OF_SALEPURCHASE"; readonly name: "Additional conditions of sale/purchase"; readonly value: "AAJ"; }, { readonly key: "PRICE_CONDITIONS"; readonly name: "Price conditions"; readonly value: "AAK"; }, { readonly key: "GOODS_DIMENSIONS_IN_CHARACTERS"; readonly name: "Goods dimensions in characters"; readonly value: "AAL"; }, { readonly key: "EQUIPMENT_RE_USAGE_RESTRICTIONS"; readonly name: "Equipment re-usage restrictions"; readonly value: "AAM"; }, { readonly key: "HANDLING_RESTRICTION"; readonly name: "Handling restriction"; readonly value: "AAN"; }, { readonly key: "ERROR_DESCRIPTION_FREE_TEXT"; readonly name: "Error description (free text)"; readonly value: "AAO"; }, { readonly key: "RESPONSE_FREE_TEXT"; readonly name: "Response (free text)"; readonly value: "AAP"; }, { readonly key: "PACKAGE_CONTENTS_DESCRIPTION"; readonly name: "Package content's description"; readonly value: "AAQ"; }, { readonly key: "TERMS_OF_DELIVERY"; readonly name: "Terms of delivery"; readonly value: "AAR"; }, { readonly key: "BILL_OF_LADING_REMARKS"; readonly name: "Bill of lading remarks"; readonly value: "AAS"; }, { readonly key: "MODE_OF_SETTLEMENT_INFORMATION"; readonly name: "Mode of settlement information"; readonly value: "AAT"; }, { readonly key: "CONSIGNMENT_INVOICE_INFORMATION"; readonly name: "Consignment invoice information"; readonly value: "AAU"; }, { readonly key: "CLEARANCE_INVOICE_INFORMATION"; readonly name: "Clearance invoice information"; readonly value: "AAV"; }, { readonly key: "LETTER_OF_CREDIT_INFORMATION"; readonly name: "Letter of credit information"; readonly value: "AAW"; }, { readonly key: "LICENSE_INFORMATION"; readonly name: "License information"; readonly value: "AAX"; }, { readonly key: "CERTIFICATION_STATEMENTS"; readonly name: "Certification statements"; readonly value: "AAY"; }, { readonly key: "ADDITIONAL_EXPORT_INFORMATION"; readonly name: "Additional export information"; readonly value: "AAZ"; }, { readonly key: "TARIFF_STATEMENTS"; readonly name: "Tariff statements"; readonly value: "ABA"; }, { readonly key: "MEDICAL_HISTORY"; readonly name: "Medical history"; readonly value: "ABB"; }, { readonly key: "CONDITIONS_OF_SALE_OR_PURCHASE"; readonly name: "Conditions of sale or purchase"; readonly value: "ABC"; }, { readonly key: "CONTRACT_DOCUMENT_TYPE"; readonly name: "Contract document type"; readonly value: "ABD"; }, { readonly key: "ADDITIONAL_TERMS_ANDOR_CONDITIONS_DOCUMENTARY_CREDIT"; readonly name: "Additional terms and/or conditions (documentary credit)"; readonly value: "ABE"; }, { readonly key: "INSTRUCTIONS_OR_INFORMATION_ABOUT_STANDBY_DOCUMENTARY"; readonly name: "Instructions or information about standby documentary"; readonly value: "ABF"; }, { readonly key: "INSTRUCTIONS_OR_INFORMATION_ABOUT_PARTIAL_SHIPMENTS"; readonly name: "Instructions or information about partial shipment(s)"; readonly value: "ABG"; }, { readonly key: "INSTRUCTIONS_OR_INFORMATION_ABOUT_TRANSHIPMENTS"; readonly name: "Instructions or information about transhipment(s)"; readonly value: "ABH"; }, { readonly key: "ADDITIONAL_HANDLING_INSTRUCTIONS_DOCUMENTARY_CREDIT"; readonly name: "Additional handling instructions documentary credit"; readonly value: "ABI"; }, { readonly key: "DOMESTIC_ROUTING_INFORMATION"; readonly name: "Domestic routing information"; readonly value: "ABJ"; }, { readonly key: "CHARGEABLE_CATEGORY_OF_EQUIPMENT"; readonly name: "Chargeable category of equipment"; readonly value: "ABK"; }, { readonly key: "GOVERNMENT_INFORMATION"; readonly name: "Government information"; readonly value: "ABL"; }, { readonly key: "ONWARD_ROUTING_INFORMATION"; readonly name: "Onward routing information"; readonly value: "ABM"; }, { readonly key: "ACCOUNTING_INFORMATION"; readonly name: "Accounting information"; readonly value: "ABN"; }, { readonly key: "DISCREPANCY_INFORMATION"; readonly name: "Discrepancy information"; readonly value: "ABO"; }, { readonly key: "CONFIRMATION_INSTRUCTIONS"; readonly name: "Confirmation instructions"; readonly value: "ABP"; }, { readonly key: "METHOD_OF_ISSUANCE"; readonly name: "Method of issuance"; readonly value: "ABQ"; }, { readonly key: "DOCUMENTS_DELIVERY_INSTRUCTIONS"; readonly name: "Documents delivery instructions"; readonly value: "ABR"; }, { readonly key: "ADDITIONAL_CONDITIONS"; readonly name: "Additional conditions"; readonly value: "ABS"; }, { readonly key: "INFORMATIONINSTRUCTIONS_ABOUT_ADDITIONAL_AMOUNTS_COVERED"; readonly name: "Information/instructions about additional amounts covered"; readonly value: "ABT"; }, { readonly key: "DEFERRED_PAYMENT_TERMED_ADDITIONAL"; readonly name: "Deferred payment termed additional"; readonly value: "ABU"; }, { readonly key: "ACCEPTANCE_TERMS_ADDITIONAL"; readonly name: "Acceptance terms additional"; readonly value: "ABV"; }, { readonly key: "NEGOTIATION_TERMS_ADDITIONAL"; readonly name: "Negotiation terms additional"; readonly value: "ABW"; }, { readonly key: "DOCUMENT_NAME_AND_DOCUMENTARY_REQUIREMENTS"; readonly name: "Document name and documentary requirements"; readonly value: "ABX"; }, { readonly key: "INSTRUCTIONSINFORMATION_ABOUT_REVOLVING_DOCUMENTARY_CREDIT"; readonly name: "Instructions/information about revolving documentary credit"; readonly value: "ABZ"; }, { readonly key: "DOCUMENTARY_REQUIREMENTS"; readonly name: "Documentary requirements"; readonly value: "ACA"; }, { readonly key: "ADDITIONAL_INFORMATION"; readonly name: "Additional information"; readonly value: "ACB"; }, { readonly key: "FACTOR_ASSIGNMENT_CLAUSE"; readonly name: "Factor assignment clause"; readonly value: "ACC"; }, { readonly key: "REASON"; readonly name: "Reason"; readonly value: "ACD"; }, { readonly key: "DISPUTE"; readonly name: "Dispute"; readonly value: "ACE"; }, { readonly key: "ADDITIONAL_ATTRIBUTE_INFORMATION"; readonly name: "Additional attribute information"; readonly value: "ACF"; }, { readonly key: "ABSENCE_DECLARATION"; readonly name: "Absence declaration"; readonly value: "ACG"; }, { readonly key: "AGGREGATION_STATEMENT"; readonly name: "Aggregation statement"; readonly value: "ACH"; }, { readonly key: "COMPILATION_STATEMENT"; readonly name: "Compilation statement"; readonly value: "ACI"; }, { readonly key: "DEFINITIONAL_EXCEPTION"; readonly name: "Definitional exception"; readonly value: "ACJ"; }, { readonly key: "PRIVACY_STATEMENT"; readonly name: "Privacy statement"; readonly value: "ACK"; }, { readonly key: "QUALITY_STATEMENT"; readonly name: "Quality statement"; readonly value: "ACL"; }, { readonly key: "STATISTICAL_DESCRIPTION"; readonly name: "Statistical description"; readonly value: "ACM"; }, { readonly key: "STATISTICAL_DEFINITION"; readonly name: "Statistical definition"; readonly value: "ACN"; }, { readonly key: "STATISTICAL_NAME"; readonly name: "Statistical name"; readonly value: "ACO"; }, { readonly key: "STATISTICAL_TITLE"; readonly name: "Statistical title"; readonly value: "ACP"; }, { readonly key: "OFF_DIMENSION_INFORMATION"; readonly name: "Off-dimension information"; readonly value: "ACQ"; }, { readonly key: "UNEXPECTED_STOPS_INFORMATION"; readonly name: "Unexpected stops information"; readonly value: "ACR"; }, { readonly key: "PRINCIPLES"; readonly name: "Principles"; readonly value: "ACS"; }, { readonly key: "TERMS_AND_DEFINITION"; readonly name: "Terms and definition"; readonly value: "ACT"; }, { readonly key: "SEGMENT_NAME"; readonly name: "Segment name"; readonly value: "ACU"; }, { readonly key: "SIMPLE_DATA_ELEMENT_NAME"; readonly name: "Simple data element name"; readonly value: "ACV"; }, { readonly key: "SCOPE"; readonly name: "Scope"; readonly value: "ACW"; }, { readonly key: "MESSAGE_TYPE_NAME"; readonly name: "Message type name"; readonly value: "ACX"; }, { readonly key: "INTRODUCTION"; readonly name: "Introduction"; readonly value: "ACY"; }, { readonly key: "GLOSSARY"; readonly name: "Glossary"; readonly value: "ACZ"; }, { readonly key: "FUNCTIONAL_DEFINITION"; readonly name: "Functional definition"; readonly value: "ADA"; }, { readonly key: "EXAMPLES"; readonly name: "Examples"; readonly value: "ADB"; }, { readonly key: "COVER_PAGE"; readonly name: "Cover page"; readonly value: "ADC"; }, { readonly key: "DEPENDENCY_SYNTAX_NOTES"; readonly name: "Dependency (syntax) notes"; readonly value: "ADD"; }, { readonly key: "CODE_VALUE_NAME"; readonly name: "Code value name"; readonly value: "ADE"; }, { readonly key: "CODE_LIST_NAME"; readonly name: "Code list name"; readonly value: "ADF"; }, { readonly key: "CLARIFICATION_OF_USAGE"; readonly name: "Clarification of usage"; readonly value: "ADG"; }, { readonly key: "COMPOSITE_DATA_ELEMENT_NAME"; readonly name: "Composite data element name"; readonly value: "ADH"; }, { readonly key: "FIELD_OF_APPLICATION"; readonly name: "Field of application"; readonly value: "ADI"; }, { readonly key: "TYPE_OF_ASSETS_AND_LIABILITIES"; readonly name: "Type of assets and liabilities"; readonly value: "ADJ"; }, { readonly key: "PROMOTION_INFORMATION"; readonly name: "Promotion information"; readonly value: "ADK"; }, { readonly key: "METER_CONDITION"; readonly name: "Meter condition"; readonly value: "ADL"; }, { readonly key: "METER_READING_INFORMATION"; readonly name: "Meter reading information"; readonly value: "ADM"; }, { readonly key: "TYPE_OF_TRANSACTION_REASON"; readonly name: "Type of transaction reason"; readonly value: "ADN"; }, { readonly key: "TYPE_OF_SURVEY_QUESTION"; readonly name: "Type of survey question"; readonly value: "ADO"; }, { readonly key: "CARRIERS_AGENT_COUNTER_INFORMATION"; readonly name: "Carrier's agent counter information"; readonly value: "ADP"; }, { readonly key: "DESCRIPTION_OF_WORK_ITEM_ON_EQUIPMENT"; readonly name: "Description of work item on equipment"; readonly value: "ADQ"; }, { readonly key: "MESSAGE_DEFINITION"; readonly name: "Message definition"; readonly value: "ADR"; }, { readonly key: "BOOKED_ITEM_INFORMATION"; readonly name: "Booked item information"; readonly value: "ADS"; }, { readonly key: "SOURCE_OF_DOCUMENT"; readonly name: "Source of document"; readonly value: "ADT"; }, { readonly key: "NOTE"; readonly name: "Note"; readonly value: "ADU"; }, { readonly key: "FIXED_PART_OF_SEGMENT_CLARIFICATION_TEXT"; readonly name: "Fixed part of segment clarification text"; readonly value: "ADV"; }, { readonly key: "CHARACTERISTICS_OF_GOODS"; readonly name: "Characteristics of goods"; readonly value: "ADW"; }, { readonly key: "ADDITIONAL_DISCHARGE_INSTRUCTIONS"; readonly name: "Additional discharge instructions"; readonly value: "ADX"; }, { readonly key: "CONTAINER_STRIPPING_INSTRUCTIONS"; readonly name: "Container stripping instructions"; readonly value: "ADY"; }, { readonly key: "CSC_CONTAINER_SAFETY_CONVENTION_PLATE_INFORMATION"; readonly name: "CSC (Container Safety Convention) plate information"; readonly value: "ADZ"; }, { readonly key: "CARGO_REMARKS"; readonly name: "Cargo remarks"; readonly value: "AEA"; }, { readonly key: "TEMPERATURE_CONTROL_INSTRUCTIONS"; readonly name: "Temperature control instructions"; readonly value: "AEB"; }, { readonly key: "TEXT_REFERS_TO_EXPECTED_DATA"; readonly name: "Text refers to expected data"; readonly value: "AEC"; }, { readonly key: "TEXT_REFERS_TO_RECEIVED_DATA"; readonly name: "Text refers to received data"; readonly value: "AED"; }, { readonly key: "SECTION_CLARIFICATION_TEXT"; readonly name: "Section clarification text"; readonly value: "AEE"; }, { readonly key: "INFORMATION_TO_THE_BENEFICIARY"; readonly name: "Information to the beneficiary"; readonly value: "AEF"; }, { readonly key: "INFORMATION_TO_THE_APPLICANT"; readonly name: "Information to the applicant"; readonly value: "AEG"; }, { readonly key: "INSTRUCTIONS_TO_THE_BENEFICIARY"; readonly name: "Instructions to the beneficiary"; readonly value: "AEH"; }, { readonly key: "INSTRUCTIONS_TO_THE_APPLICANT"; readonly name: "Instructions to the applicant"; readonly value: "AEI"; }, { readonly key: "CONTROLLED_ATMOSPHERE"; readonly name: "Controlled atmosphere"; readonly value: "AEJ"; }, { readonly key: "TAKE_OFF_ANNOTATION"; readonly name: "Take off annotation"; readonly value: "AEK"; }, { readonly key: "PRICE_VARIATION_NARRATIVE"; readonly name: "Price variation narrative"; readonly value: "AEL"; }, { readonly key: "DOCUMENTARY_CREDIT_AMENDMENT_INSTRUCTIONS"; readonly name: "Documentary credit amendment instructions"; readonly value: "AEM"; }, { readonly key: "STANDARD_METHOD_NARRATIVE"; readonly name: "Standard method narrative"; readonly value: "AEN"; }, { readonly key: "PROJECT_NARRATIVE"; readonly name: "Project narrative"; readonly value: "AEO"; }, { readonly key: "RADIOACTIVE_GOODS_ADDITIONAL_INFORMATION"; readonly name: "Radioactive goods, additional information"; readonly value: "AEP"; }, { readonly key: "BANK_TO_BANK_INFORMATION"; readonly name: "Bank-to-bank information"; readonly value: "AEQ"; }, { readonly key: "REIMBURSEMENT_INSTRUCTIONS"; readonly name: "Reimbursement instructions"; readonly value: "AER"; }, { readonly key: "REASON_FOR_AMENDING_A_MESSAGE"; readonly name: "Reason for amending a message"; readonly value: "AES"; }, { readonly key: "INSTRUCTIONS_TO_THE_PAYING_ANDOR_ACCEPTING_ANDOR"; readonly name: "Instructions to the paying and/or accepting and/or"; readonly value: "AET"; }, { readonly key: "INTEREST_INSTRUCTIONS"; readonly name: "Interest instructions"; readonly value: "AEU"; }, { readonly key: "AGENT_COMMISSION"; readonly name: "Agent commission"; readonly value: "AEV"; }, { readonly key: "REMITTING_BANK_INSTRUCTIONS"; readonly name: "Remitting bank instructions"; readonly value: "AEW"; }, { readonly key: "INSTRUCTIONS_TO_THE_COLLECTING_BANK"; readonly name: "Instructions to the collecting bank"; readonly value: "AEX"; }, { readonly key: "COLLECTION_AMOUNT_INSTRUCTIONS"; readonly name: "Collection amount instructions"; readonly value: "AEY"; }, { readonly key: "INTERNAL_AUDITING_INFORMATION"; readonly name: "Internal auditing information"; readonly value: "AEZ"; }, { readonly key: "CONSTRAINT"; readonly name: "Constraint"; readonly value: "AFA"; }, { readonly key: "COMMENT"; readonly name: "Comment"; readonly value: "AFB"; }, { readonly key: "SEMANTIC_NOTE"; readonly name: "Semantic note"; readonly value: "AFC"; }, { readonly key: "HELP_TEXT"; readonly name: "Help text"; readonly value: "AFD"; }, { readonly key: "LEGEND"; readonly name: "Legend"; readonly value: "AFE"; }, { readonly key: "BATCH_CODE_STRUCTURE"; readonly name: "Batch code structure"; readonly value: "AFF"; }, { readonly key: "PRODUCT_APPLICATION"; readonly name: "Product application"; readonly value: "AFG"; }, { readonly key: "CUSTOMER_COMPLAINT"; readonly name: "Customer complaint"; readonly value: "AFH"; }, { readonly key: "PROBABLE_CAUSE_OF_FAULT"; readonly name: "Probable cause of fault"; readonly value: "AFI"; }, { readonly key: "DEFECT_DESCRIPTION"; readonly name: "Defect description"; readonly value: "AFJ"; }, { readonly key: "REPAIR_DESCRIPTION"; readonly name: "Repair description"; readonly value: "AFK"; }, { readonly key: "REVIEW_COMMENTS"; readonly name: "Review comments"; readonly value: "AFL"; }, { readonly key: "TITLE"; readonly name: "Title"; readonly value: "AFM"; }, { readonly key: "DESCRIPTION_OF_AMOUNT"; readonly name: "Description of amount"; readonly value: "AFN"; }, { readonly key: "RESPONSIBILITIES"; readonly name: "Responsibilities"; readonly value: "AFO"; }, { readonly key: "SUPPLIER"; readonly name: "Supplier"; readonly value: "AFP"; }, { readonly key: "PURCHASE_REGION"; readonly name: "Purchase region"; readonly value: "AFQ"; }, { readonly key: "AFFILIATION"; readonly name: "Affiliation"; readonly value: "AFR"; }, { readonly key: "BORROWER"; readonly name: "Borrower"; readonly value: "AFS"; }, { readonly key: "LINE_OF_BUSINESS"; readonly name: "Line of business"; readonly value: "AFT"; }, { readonly key: "FINANCIAL_INSTITUTION"; readonly name: "Financial institution"; readonly value: "AFU"; }, { readonly key: "BUSINESS_FOUNDER"; readonly name: "Business founder"; readonly value: "AFV"; }, { readonly key: "BUSINESS_HISTORY"; readonly name: "Business history"; readonly value: "AFW"; }, { readonly key: "BANKING_ARRANGEMENTS"; readonly name: "Banking arrangements"; readonly value: "AFX"; }, { readonly key: "BUSINESS_ORIGIN"; readonly name: "Business origin"; readonly value: "AFY"; }, { readonly key: "BRAND_NAMES_DESCRIPTION"; readonly name: "Brand names' description"; readonly value: "AFZ"; }, { readonly key: "BUSINESS_FINANCING_DETAILS"; readonly name: "Business financing details"; readonly value: "AGA"; }, { readonly key: "COMPETITION"; readonly name: "Competition"; readonly value: "AGB"; }, { readonly key: "CONSTRUCTION_PROCESS_DETAILS"; readonly name: "Construction process details"; readonly value: "AGC"; }, { readonly key: "CONSTRUCTION_SPECIALTY"; readonly name: "Construction specialty"; readonly value: "AGD"; }, { readonly key: "CONTRACT_INFORMATION"; readonly name: "Contract information"; readonly value: "AGE"; }, { readonly key: "CORPORATE_FILING"; readonly name: "Corporate filing"; readonly value: "AGF"; }, { readonly key: "CUSTOMER_INFORMATION"; readonly name: "Customer information"; readonly value: "AGG"; }, { readonly key: "COPYRIGHT_NOTICE"; readonly name: "Copyright notice"; readonly value: "AGH"; }, { readonly key: "CONTINGENT_DEBT"; readonly name: "Contingent debt"; readonly value: "AGI"; }, { readonly key: "CONVICTION_DETAILS"; readonly name: "Conviction details"; readonly value: "AGJ"; }, { readonly key: "EQUIPMENT"; readonly name: "Equipment"; readonly value: "AGK"; }, { readonly key: "WORKFORCE_DESCRIPTION"; readonly name: "Workforce description"; readonly value: "AGL"; }, { readonly key: "EXEMPTION"; readonly name: "Exemption"; readonly value: "AGM"; }, { readonly key: "FUTURE_PLANS"; readonly name: "Future plans"; readonly value: "AGN"; }, { readonly key: "INTERVIEWEE_CONVERSATION_INFORMATION"; readonly name: "Interviewee conversation information"; readonly value: "AGO"; }, { readonly key: "INTANGIBLE_ASSET"; readonly name: "Intangible asset"; readonly value: "AGP"; }, { readonly key: "INVENTORY"; readonly name: "Inventory"; readonly value: "AGQ"; }, { readonly key: "INVESTMENT"; readonly name: "Investment"; readonly value: "AGR"; }, { readonly key: "INTERCOMPANY_RELATIONS_INFORMATION"; readonly name: "Intercompany relations information"; readonly value: "AGS"; }, { readonly key: "JOINT_VENTURE"; readonly name: "Joint venture"; readonly value: "AGT"; }, { readonly key: "LOAN"; readonly name: "Loan"; readonly value: "AGU"; }, { readonly key: "LONG_TERM_DEBT"; readonly name: "Long term debt"; readonly value: "AGV"; }, { readonly key: "LOCATION"; readonly name: "Location"; readonly value: "AGW"; }, { readonly key: "CURRENT_LEGAL_STRUCTURE"; readonly name: "Current legal structure"; readonly value: "AGX"; }, { readonly key: "MARITAL_CONTRACT"; readonly name: "Marital contract"; readonly value: "AGY"; }, { readonly key: "MARKETING_ACTIVITIES"; readonly name: "Marketing activities"; readonly value: "AGZ"; }, { readonly key: "MERGER"; readonly name: "Merger"; readonly value: "AHA"; }, { readonly key: "MARKETABLE_SECURITIES"; readonly name: "Marketable securities"; readonly value: "AHB"; }, { readonly key: "BUSINESS_DEBT"; readonly name: "Business debt"; readonly value: "AHC"; }, { readonly key: "ORIGINAL_LEGAL_STRUCTURE"; readonly name: "Original legal structure"; readonly value: "AHD"; }, { readonly key: "EMPLOYEE_SHARING_ARRANGEMENTS"; readonly name: "Employee sharing arrangements"; readonly value: "AHE"; }, { readonly key: "ORGANIZATION_DETAILS"; readonly name: "Organization details"; readonly value: "AHF"; }, { readonly key: "PUBLIC_RECORD_DETAILS"; readonly name: "Public record details"; readonly value: "AHG"; }, { readonly key: "PRICE_RANGE"; readonly name: "Price range"; readonly value: "AHH"; }, { readonly key: "QUALIFICATIONS"; readonly name: "Qualifications"; readonly value: "AHI"; }, { readonly key: "REGISTERED_ACTIVITY"; readonly name: "Registered activity"; readonly value: "AHJ"; }, { readonly key: "CRIMINAL_SENTENCE"; readonly name: "Criminal sentence"; readonly value: "AHK"; }, { readonly key: "SALES_METHOD"; readonly name: "Sales method"; readonly value: "AHL"; }, { readonly key: "EDUCATIONAL_INSTITUTION_INFORMATION"; readonly name: "Educational institution information"; readonly value: "AHM"; }, { readonly key: "STATUS_DETAILS"; readonly name: "Status details"; readonly value: "AHN"; }, { readonly key: "SALES"; readonly name: "Sales"; readonly value: "AHO"; }, { readonly key: "SPOUSE_INFORMATION"; readonly name: "Spouse information"; readonly value: "AHP"; }, { readonly key: "EDUCATIONAL_DEGREE_INFORMATION"; readonly name: "Educational degree information"; readonly value: "AHQ"; }, { readonly key: "SHAREHOLDING_INFORMATION"; readonly name: "Shareholding information"; readonly value: "AHR"; }, { readonly key: "SALES_TERRITORY"; readonly name: "Sales territory"; readonly value: "AHS"; }, { readonly key: "ACCOUNTANTS_COMMENTS"; readonly name: "Accountant's comments"; readonly value: "AHT"; }, { readonly key: "EXEMPTION_LAW_LOCATION"; readonly name: "Exemption law location"; readonly value: "AHU"; }, { readonly key: "SHARE_CLASSIFICATIONS"; readonly name: "Share classifications"; readonly value: "AHV"; }, { readonly key: "FORECAST"; readonly name: "Forecast"; readonly value: "AHW"; }, { readonly key: "EVENT_LOCATION"; readonly name: "Event location"; readonly value: "AHX"; }, { readonly key: "FACILITY_OCCUPANCY"; readonly name: "Facility occupancy"; readonly value: "AHY"; }, { readonly key: "IMPORT_AND_EXPORT_DETAILS"; readonly name: "Import and export details"; readonly value: "AHZ"; }, { readonly key: "ADDITIONAL_FACILITY_INFORMATION"; readonly name: "Additional facility information"; readonly value: "AIA"; }, { readonly key: "INVENTORY_VALUE"; readonly name: "Inventory value"; readonly value: "AIB"; }, { readonly key: "EDUCATION"; readonly name: "Education"; readonly value: "AIC"; }, { readonly key: "EVENT"; readonly name: "Event"; readonly value: "AID"; }, { readonly key: "AGENT"; readonly name: "Agent"; readonly value: "AIE"; }, { readonly key: "DOMESTICALLY_AGREED_FINANCIAL_STATEMENT_DETAILS"; readonly name: "Domestically agreed financial statement details"; readonly value: "AIF"; }, { readonly key: "OTHER_CURRENT_ASSET_DESCRIPTION"; readonly name: "Other current asset description"; readonly value: "AIG"; }, { readonly key: "OTHER_CURRENT_LIABILITY_DESCRIPTION"; readonly name: "Other current liability description"; readonly value: "AIH"; }, { readonly key: "FORMER_BUSINESS_ACTIVITY"; readonly name: "Former business activity"; readonly value: "AII"; }, { readonly key: "TRADE_NAME_USE"; readonly name: "Trade name use"; readonly value: "AIJ"; }, { readonly key: "SIGNING_AUTHORITY"; readonly name: "Signing authority"; readonly value: "AIK"; }, { readonly key: "GUARANTEE"; readonly name: "Guarantee"; readonly value: "AIL"; }, { readonly key: "HOLDING_COMPANY_OPERATION"; readonly name: "Holding company operation"; readonly value: "AIM"; }, { readonly key: "CONSIGNMENT_ROUTING"; readonly name: "Consignment routing"; readonly value: "AIN"; }, { readonly key: "LETTER_OF_PROTEST"; readonly name: "Letter of protest"; readonly value: "AIO"; }, { readonly key: "QUESTION"; readonly name: "Question"; readonly value: "AIP"; }, { readonly key: "PARTY_INFORMATION"; readonly name: "Party information"; readonly value: "AIQ"; }, { readonly key: "AREA_BOUNDARIES_DESCRIPTION"; readonly name: "Area boundaries description"; readonly value: "AIR"; }, { readonly key: "ADVERTISEMENT_INFORMATION"; readonly name: "Advertisement information"; readonly value: "AIS"; }, { readonly key: "FINANCIAL_STATEMENT_DETAILS"; readonly name: "Financial statement details"; readonly value: "AIT"; }, { readonly key: "ACCESS_INSTRUCTIONS"; readonly name: "Access instructions"; readonly value: "AIU"; }, { readonly key: "LIQUIDITY"; readonly name: "Liquidity"; readonly value: "AIV"; }, { readonly key: "CREDIT_LINE"; readonly name: "Credit line"; readonly value: "AIW"; }, { readonly key: "WARRANTY_TERMS"; readonly name: "Warranty terms"; readonly value: "AIX"; }, { readonly key: "DIVISION_DESCRIPTION"; readonly name: "Division description"; readonly value: "AIY"; }, { readonly key: "REPORTING_INSTRUCTION"; readonly name: "Reporting instruction"; readonly value: "AIZ"; }, { readonly key: "EXAMINATION_RESULT"; readonly name: "Examination result"; readonly value: "AJA"; }, { readonly key: "LABORATORY_RESULT"; readonly name: "Laboratory result"; readonly value: "AJB"; }, { readonly key: "ALLOWANCECHARGE_INFORMATION"; readonly name: "Allowance/charge information"; readonly value: "ALC"; }, { readonly key: "X_RAY_RESULT"; readonly name: "X-ray result"; readonly value: "ALD"; }, { readonly key: "PATHOLOGY_RESULT"; readonly name: "Pathology result"; readonly value: "ALE"; }, { readonly key: "INTERVENTION_DESCRIPTION"; readonly name: "Intervention description"; readonly value: "ALF"; }, { readonly key: "SUMMARY_OF_ADMITTANCE"; readonly name: "Summary of admittance"; readonly value: "ALG"; }, { readonly key: "MEDICAL_TREATMENT_COURSE_DETAIL"; readonly name: "Medical treatment course detail"; readonly value: "ALH"; }, { readonly key: "PROGNOSIS"; readonly name: "Prognosis"; readonly value: "ALI"; }, { readonly key: "INSTRUCTION_TO_PATIENT"; readonly name: "Instruction to patient"; readonly value: "ALJ"; }, { readonly key: "INSTRUCTION_TO_PHYSICIAN"; readonly name: "Instruction to physician"; readonly value: "ALK"; }, { readonly key: "ALL_DOCUMENTS"; readonly name: "All documents"; readonly value: "ALL"; }, { readonly key: "MEDICINE_TREATMENT"; readonly name: "Medicine treatment"; readonly value: "ALM"; }, { readonly key: "MEDICINE_DOSAGE_AND_ADMINISTRATION"; readonly name: "Medicine dosage and administration"; readonly value: "ALN"; }, { readonly key: "AVAILABILITY_OF_PATIENT"; readonly name: "Availability of patient"; readonly value: "ALO"; }, { readonly key: "REASON_FOR_SERVICE_REQUEST"; readonly name: "Reason for service request"; readonly value: "ALP"; }, { readonly key: "PURPOSE_OF_SERVICE"; readonly name: "Purpose of service"; readonly value: "ALQ"; }, { readonly key: "ARRIVAL_CONDITIONS"; readonly name: "Arrival conditions"; readonly value: "ARR"; }, { readonly key: "SERVICE_REQUESTERS_COMMENT"; readonly name: "Service requester's comment"; readonly value: "ARS"; }, { readonly key: "AUTHENTICATION"; readonly name: "Authentication"; readonly value: "AUT"; }, { readonly key: "REQUESTED_LOCATION_DESCRIPTION"; readonly name: "Requested location description"; readonly value: "AUU"; }, { readonly key: "MEDICINE_ADMINISTRATION_CONDITION"; readonly name: "Medicine administration condition"; readonly value: "AUV"; }, { readonly key: "PATIENT_INFORMATION"; readonly name: "Patient information"; readonly value: "AUW"; }, { readonly key: "PRECAUTIONARY_MEASURE"; readonly name: "Precautionary measure"; readonly value: "AUX"; }, { readonly key: "SERVICE_CHARACTERISTIC"; readonly name: "Service characteristic"; readonly value: "AUY"; }, { readonly key: "PLANNED_EVENT_COMMENT"; readonly name: "Planned event comment"; readonly value: "AUZ"; }, { readonly key: "EXPECTED_DELAY_COMMENT"; readonly name: "Expected delay comment"; readonly value: "AVA"; }, { readonly key: "TRANSPORT_REQUIREMENTS_COMMENT"; readonly name: "Transport requirements comment"; readonly value: "AVB"; }, { readonly key: "TEMPORARY_APPROVAL_CONDITION"; readonly name: "Temporary approval condition"; readonly value: "AVC"; }, { readonly key: "CUSTOMS_VALUATION_INFORMATION"; readonly name: "Customs Valuation Information"; readonly value: "AVD"; }, { readonly key: "VALUE_ADDED_TAX_VAT_MARGIN_SCHEME"; readonly name: "Value Added Tax (VAT) margin scheme"; readonly value: "AVE"; }, { readonly key: "MARITIME_DECLARATION_OF_HEALTH"; readonly name: "Maritime Declaration of Health"; readonly value: "AVF"; }, { readonly key: "PASSENGER_BAGGAGE_INFORMATION"; readonly name: "Passenger baggage information"; readonly value: "BAG"; }, { readonly key: "MARITIME_DECLARATION_OF_HEALTH"; readonly name: "Maritime Declaration of Health"; readonly value: "BAH"; }, { readonly key: "ADDITIONAL_PRODUCT_INFORMATION_ADDRESS"; readonly name: "Additional product information address"; readonly value: "BAI"; }, { readonly key: "INFORMATION_TO_BE_PRINTED_ON_DESPATCH_ADVICE"; readonly name: "Information to be printed on despatch advice"; readonly value: "BAJ"; }, { readonly key: "MISSING_GOODS_REMARKS"; readonly name: "Missing goods remarks"; readonly value: "BAK"; }, { readonly key: "NON_ACCEPTANCE_INFORMATION"; readonly name: "Non-acceptance information"; readonly value: "BAL"; }, { readonly key: "RETURNS_INFORMATION"; readonly name: "Returns information"; readonly value: "BAM"; }, { readonly key: "SUB_LINE_ITEM_INFORMATION"; readonly name: "Sub-line item information"; readonly value: "BAN"; }, { readonly key: "TEST_INFORMATION"; readonly name: "Test information"; readonly value: "BAO"; }, { readonly key: "EXTERNAL_LINK"; readonly name: "External link"; readonly value: "BAP"; }, { readonly key: "VAT_EXEMPTION_REASON"; readonly name: "VAT exemption reason"; readonly value: "BAQ"; }, { readonly key: "PROCESSING_INSTRUCTIONS"; readonly name: "Processing Instructions"; readonly value: "BAR"; }, { readonly key: "RELAY_INSTRUCTIONS"; readonly name: "Relay Instructions"; readonly value: "BAS"; }, { readonly key: "SIMA_APPLICABLE"; readonly name: "SIMA applicable"; readonly value: "BAT"; }, { readonly key: "APPEALS_PROGRAM_CODE"; readonly name: "Appeals program code"; readonly value: "BAU"; }, { readonly key: "SIMA_SUBJECT"; readonly name: "SIMA subject"; readonly value: "BAV"; }, { readonly key: "SURTAX_APPLICABLE"; readonly name: "Surtax applicable"; readonly value: "BAW"; }, { readonly key: "SIMA_SECURITY_BOND"; readonly name: "SIMA security bond"; readonly value: "BAX"; }, { readonly key: "SURTAX_SUBJECT"; readonly name: "Surtax subject"; readonly value: "BAY"; }, { readonly key: "SAFEGUARD_APPLICABLE"; readonly name: "Safeguard applicable"; readonly value: "BAZ"; }, { readonly key: "SAFEGUARD_APPLICABLE"; readonly name: "Safeguard applicable"; readonly value: "BBA"; }, { readonly key: "SAFEGUARD_SUBJECT"; readonly name: "Safeguard subject"; readonly value: "BBB"; }, { readonly key: "TRANSPORT_CONTRACT_DOCUMENT_CLAUSE"; readonly name: "Transport contract document clause"; readonly value: "BLC"; }, { readonly key: "INSTRUCTION_TO_PREPARE_THE_PATIENT"; readonly name: "Instruction to prepare the patient"; readonly value: "BLD"; }, { readonly key: "MEDICINE_TREATMENT_COMMENT"; readonly name: "Medicine treatment comment"; readonly value: "BLE"; }, { readonly key: "EXAMINATION_RESULT_COMMENT"; readonly name: "Examination result comment"; readonly value: "BLF"; }, { readonly key: "SERVICE_REQUEST_COMMENT"; readonly name: "Service request comment"; readonly value: "BLG"; }, { readonly key: "PRESCRIPTION_REASON"; readonly name: "Prescription reason"; readonly value: "BLH"; }, { readonly key: "PRESCRIPTION_COMMENT"; readonly name: "Prescription comment"; readonly value: "BLI"; }, { readonly key: "CLINICAL_INVESTIGATION_COMMENT"; readonly name: "Clinical investigation comment"; readonly value: "BLJ"; }, { readonly key: "MEDICINAL_SPECIFICATION_COMMENT"; readonly name: "Medicinal specification comment"; readonly value: "BLK"; }, { readonly key: "ECONOMIC_CONTRIBUTION_COMMENT"; readonly name: "Economic contribution comment"; readonly value: "BLL"; }, { readonly key: "STATUS_OF_A_PLAN"; readonly name: "Status of a plan"; readonly value: "BLM"; }, { readonly key: "RANDOM_SAMPLE_TEST_INFORMATION"; readonly name: "Random sample test information"; readonly value: "BLN"; }, { readonly key: "PERIOD_OF_TIME"; readonly name: "Period of time"; readonly value: "BLO"; }, { readonly key: "LEGISLATION"; readonly name: "Legislation"; readonly value: "BLP"; }, { readonly key: "SECURITY_MEASURES_REQUESTED"; readonly name: "Security measures requested"; readonly value: "BLQ"; }, { readonly key: "TRANSPORT_CONTRACT_DOCUMENT_REMARK"; readonly name: "Transport contract document remark"; readonly value: "BLR"; }, { readonly key: "PREVIOUS_PORT_OF_CALL_SECURITY_INFORMATION"; readonly name: "Previous port of call security information"; readonly value: "BLS"; }, { readonly key: "SECURITY_INFORMATION"; readonly name: "Security information"; readonly value: "BLT"; }, { readonly key: "WASTE_INFORMATION"; readonly name: "Waste information"; readonly value: "BLU"; }, { readonly key: "B2_C_MARKETING_INFORMATION_SHORT_DESCRIPTION"; readonly name: "B2C marketing information, short description"; readonly value: "BLV"; }, { readonly key: "B2_B_MARKETING_INFORMATION_LONG_DESCRIPTION"; readonly name: "B2B marketing information, long description"; readonly value: "BLW"; }, { readonly key: "B2_C_MARKETING_INFORMATION_LONG_DESCRIPTION"; readonly name: "B2C marketing information, long description"; readonly value: "BLX"; }, { readonly key: "PRODUCT_INGREDIENTS"; readonly name: "Product ingredients"; readonly value: "BLY"; }, { readonly key: "LOCATION_SHORT_NAME"; readonly name: "Location short name"; readonly value: "BLZ"; }, { readonly key: "PACKAGING_MATERIAL_INFORMATION"; readonly name: "Packaging material information"; readonly value: "BMA"; }, { readonly key: "FILLER_MATERIAL_INFORMATION"; readonly name: "Filler material information"; readonly value: "BMB"; }, { readonly key: "SHIP_TO_SHIP_ACTIVITY_INFORMATION"; readonly name: "Ship-to-ship activity information"; readonly value: "BMC"; }, { readonly key: "PACKAGE_MATERIAL_DESCRIPTION"; readonly name: "Package material description"; readonly value: "BMD"; }, { readonly key: "CONSUMER_LEVEL_PACKAGE_MARKING"; readonly name: "Consumer level package marking"; readonly value: "BME"; }, { readonly key: "SIMA_MEASURE_IN_FORCE"; readonly name: "SIMA measure in force"; readonly value: "BMF"; }, { readonly key: "PRE_CARM"; readonly name: "Pre-CARM"; readonly value: "BMG"; }, { readonly key: "SIMA_MEASURE_TYPE"; readonly name: "SIMA measure type"; readonly value: "BMH"; }, { readonly key: "CUSTOMS_CLEARANCE_INSTRUCTIONS"; readonly name: "Customs clearance instructions"; readonly value: "CCI"; }, { readonly key: "SUB_TYPE_CODE"; readonly name: "Sub Type Code"; readonly value: "CCJ"; }, { readonly key: "SIMA_INFORMATION"; readonly name: "SIMA information"; readonly value: "CCK"; }, { readonly key: "TIME_LIMIT_END"; readonly name: "Time limit end"; readonly value: "CCL"; }, { readonly key: "TIME_LIMIT_START"; readonly name: "Time limit start"; readonly value: "CCM"; }, { readonly key: "WAREHOUSE_TIME_LIMIT"; readonly name: "Warehouse time limit"; readonly value: "CCN"; }, { readonly key: "VALUE_FOR_DUTY_INFORMATION"; readonly name: "Value for duty information"; readonly value: "CCO"; }, { readonly key: "CUSTOMS_CLEARANCE_INSTRUCTIONS_EXPORT"; readonly name: "Customs clearance instructions export"; readonly value: "CEX"; }, { readonly key: "CHANGE_INFORMATION"; readonly name: "Change information"; readonly value: "CHG"; }, { readonly key: "CUSTOMS_CLEARANCE_INSTRUCTION_IMPORT"; readonly name: "Customs clearance instruction import"; readonly value: "CIP"; }, { readonly key: "CLEARANCE_PLACE_REQUESTED"; readonly name: "Clearance place requested"; readonly value: "CLP"; }, { readonly key: "LOADING_REMARKS"; readonly name: "Loading remarks"; readonly value: "CLR"; }, { readonly key: "ORDER_INFORMATION"; readonly name: "Order information"; readonly value: "COI"; }, { readonly key: "CUSTOMER_REMARKS"; readonly name: "Customer remarks"; readonly value: "CUR"; }, { readonly key: "CUSTOMS_DECLARATION_INFORMATION"; readonly name: "Customs declaration information"; readonly value: "CUS"; }, { readonly key: "DAMAGE_REMARKS"; readonly name: "Damage remarks"; readonly value: "DAR"; }, { readonly key: "DOCUMENT_ISSUER_DECLARATION"; readonly name: "Document issuer declaration"; readonly value: "DCL"; }, { readonly key: "DELIVERY_INFORMATION"; readonly name: "Delivery information"; readonly value: "DEL"; }, { readonly key: "DELIVERY_INSTRUCTIONS"; readonly name: "Delivery instructions"; readonly value: "DIN"; }, { readonly key: "DOCUMENTATION_INSTRUCTIONS"; readonly name: "Documentation instructions"; readonly value: "DOC"; }, { readonly key: "DUTY_DECLARATION"; readonly name: "Duty declaration"; readonly value: "DUT"; }, { readonly key: "EFFECTIVE_USED_ROUTING"; readonly name: "Effective used routing"; readonly value: "EUR"; }, { readonly key: "FIRST_BLOCK_TO_BE_PRINTED_ON_THE_TRANSPORT_CONTRACT"; readonly name: "First block to be printed on the transport contract"; readonly value: "FBC"; }, { readonly key: "GOVERNMENT_BILL_OF_LADING_INFORMATION"; readonly name: "Government bill of lading information"; readonly value: "GBL"; }, { readonly key: "ENTIRE_TRANSACTION_SET"; readonly name: "Entire transaction set"; readonly value: "GEN"; }, { readonly key: "FURTHER_INFORMATION_CONCERNING_GGVS_PAR_7"; readonly name: "Further information concerning GGVS par. 7"; readonly value: "GS7"; }, { readonly key: "CONSIGNMENT_HANDLING_INSTRUCTION"; readonly name: "Consignment handling instruction"; readonly value: "HAN"; }, { readonly key: "HAZARD_INFORMATION"; readonly name: "Hazard information"; readonly value: "HAZ"; }, { readonly key: "CONSIGNMENT_INFORMATION_FOR_CONSIGNEE"; readonly name: "Consignment information for consignee"; readonly value: "ICN"; }, { readonly key: "INSURANCE_INSTRUCTIONS"; readonly name: "Insurance instructions"; readonly value: "IIN"; }, { readonly key: "INVOICE_MAILING_INSTRUCTIONS"; readonly name: "Invoice mailing instructions"; readonly value: "IMI"; }, { readonly key: "COMMERCIAL_INVOICE_ITEM_DESCRIPTION"; readonly name: "Commercial invoice item description"; readonly value: "IND"; }, { readonly key: "INSURANCE_INFORMATION"; readonly name: "Insurance information"; readonly value: "INS"; }, { readonly key: "INVOICE_INSTRUCTION"; readonly name: "Invoice instruction"; readonly value: "INV"; }, { readonly key: "INFORMATION_FOR_RAILWAY_PURPOSE"; readonly name: "Information for railway purpose"; readonly value: "IRP"; }, { readonly key: "INLAND_TRANSPORT_DETAILS"; readonly name: "Inland transport details"; readonly value: "ITR"; }, { readonly key: "TESTING_INSTRUCTIONS"; readonly name: "Testing instructions"; readonly value: "ITS"; }, { readonly key: "LOCATION_ALIAS"; readonly name: "Location Alias"; readonly value: "LAN"; }, { readonly key: "LINE_ITEM"; readonly name: "Line item"; readonly value: "LIN"; }, { readonly key: "LOADING_INSTRUCTION"; readonly name: "Loading instruction"; readonly value: "LOI"; }, { readonly key: "MISCELLANEOUS_CHARGE_ORDER"; readonly name: "Miscellaneous charge order"; readonly value: "MCO"; }, { readonly key: "MARITIME_DECLARATION_OF_HEALTH"; readonly name: "Maritime Declaration of Health"; readonly value: "MDH"; }, { readonly key: "ADDITIONAL_MARKSNUMBERS_INFORMATION"; readonly name: "Additional marks/numbers information"; readonly value: "MKS"; }, { readonly key: "ORDER_INSTRUCTION"; readonly name: "Order instruction"; readonly value: "ORI"; }, { readonly key: "OTHER_SERVICE_INFORMATION"; readonly name: "Other service information"; readonly value: "OSI"; }, { readonly key: "PACKINGMARKING_INFORMATION"; readonly name: "Packing/marking information"; readonly value: "PAC"; }, { readonly key: "PAYMENT_INSTRUCTIONS_INFORMATION"; readonly name: "Payment instructions information"; readonly value: "PAI"; }, { readonly key: "PAYABLES_INFORMATION"; readonly name: "Payables information"; readonly value: "PAY"; }, { readonly key: "PACKAGING_INFORMATION"; readonly name: "Packaging information"; readonly value: "PKG"; }, { readonly key: "PACKAGING_TERMS_INFORMATION"; readonly name: "Packaging terms information"; readonly value: "PKT"; }, { readonly key: "PAYMENT_DETAILREMITTANCE_INFORMATION"; readonly name: "Payment detail/remittance information"; readonly value: "PMD"; }, { readonly key: "PAYMENT_INFORMATION"; readonly name: "Payment information"; readonly value: "PMT"; }, { readonly key: "PRODUCT_INFORMATION"; readonly name: "Product information"; readonly value: "PRD"; }, { readonly key: "PRICE_CALCULATION_FORMULA"; readonly name: "Price calculation formula"; readonly value: "PRF"; }, { readonly key: "PRIORITY_INFORMATION"; readonly name: "Priority information"; readonly value: "PRI"; }, { readonly key: "PURCHASING_INFORMATION"; readonly name: "Purchasing information"; readonly value: "PUR"; }, { readonly key: "QUARANTINE_INSTRUCTIONS"; readonly name: "Quarantine instructions"; readonly value: "QIN"; }, { readonly key: "QUALITY_DEMANDSREQUIREMENTS"; readonly name: "Quality demands/requirements"; readonly value: "QQD"; }, { readonly key: "QUOTATION_INSTRUCTIONINFORMATION"; readonly name: "Quotation instruction/information"; readonly value: "QUT"; }, { readonly key: "RISK_AND_HANDLING_INFORMATION"; readonly name: "Risk and handling information"; readonly value: "RAH"; }, { readonly key: "REGULATORY_INFORMATION"; readonly name: "Regulatory information"; readonly value: "REG"; }, { readonly key: "RETURN_TO_ORIGIN_INFORMATION"; readonly name: "Return to origin information"; readonly value: "RET"; }, { readonly key: "RECEIVABLES"; readonly name: "Receivables"; readonly value: "REV"; }, { readonly key: "CONSIGNMENT_ROUTE"; readonly name: "Consignment route"; readonly value: "RQR"; }, { readonly key: "SAFETY_INFORMATION"; readonly name: "Safety information"; readonly value: "SAF"; }, { readonly key: "CONSIGNMENT_DOCUMENTARY_INSTRUCTION"; readonly name: "Consignment documentary instruction"; readonly value: "SIC"; }, { readonly key: "SPECIAL_INSTRUCTIONS"; readonly name: "Special instructions"; readonly value: "SIN"; }, { readonly key: "SHIP_LINE_REQUESTED"; readonly name: "Ship line requested"; readonly value: "SLR"; }, { readonly key: "SPECIAL_PERMISSION_FOR_TRANSPORT_GENERALLY"; readonly name: "Special permission for transport, generally"; readonly value: "SPA"; }, { readonly key: "SPECIAL_PERMISSION_CONCERNING_THE_GOODS_TO_BE_TRANSPORTED"; readonly name: "Special permission concerning the goods to be transported"; readonly value: "SPG"; }, { readonly key: "SPECIAL_HANDLING"; readonly name: "Special handling"; readonly value: "SPH"; }, { readonly key: "SPECIAL_PERMISSION_CONCERNING_PACKAGE"; readonly name: "Special permission concerning package"; readonly value: "SPP"; }, { readonly key: "SPECIAL_PERMISSION_CONCERNING_TRANSPORT_MEANS"; readonly name: "Special permission concerning transport means"; readonly value: "SPT"; }, { readonly key: "SUBSIDIARY_RISK_NUMBER_IATADGR"; readonly name: "Subsidiary risk number (IATA/DGR)"; readonly value: "SRN"; }, { readonly key: "SPECIAL_SERVICE_REQUEST"; readonly name: "Special service request"; readonly value: "SSR"; }, { readonly key: "SUPPLIER_REMARKS"; readonly name: "Supplier remarks"; readonly value: "SUR"; }, { readonly key: "CONSIGNMENT_TARIFF"; readonly name: "Consignment tariff"; readonly value: "TCA"; }, { readonly key: "CONSIGNMENT_TRANSPORT"; readonly name: "Consignment transport"; readonly value: "TDT"; }, { readonly key: "TRANSPORTATION_INFORMATION"; readonly name: "Transportation information"; readonly value: "TRA"; }, { readonly key: "REQUESTED_TARIFF"; readonly name: "Requested tariff"; readonly value: "TRR"; }, { readonly key: "TAX_DECLARATION"; readonly name: "Tax declaration"; readonly value: "TXD"; }, { readonly key: "WAREHOUSE_INSTRUCTIONINFORMATION"; readonly name: "Warehouse instruction/information"; readonly value: "WHI"; }, { readonly key: "MUTUALLY_DEFINED"; readonly name: "Mutually defined"; readonly value: "ZZZ"; }]; declare const textCode: ("AED" | "AFN" | "ALL" | "ARS" | "BAM" | "BMD" | "CLP" | "EUR" | "AAA" | "AAB" | "AAC" | "AAD" | "AAE" | "A