edifact.d03a.logistics.mIFTMIN
Modules
edifact.d03a.logistics.mIFTMIN
edifact.d03a.logistics.mIFTRINedifact.d03a.logistics.mIFTSAIedifact.d03a.logistics.mIFTSTAedifact.d03a.logistics.mPAXLSTedifact.d03a.logistics.mSANCRTedifact.d03a.logistics.mSSIMODedifact.d03a.logistics.mSSRECHedifact.d03a.logistics.mSSREGWedifact.d03a.logistics.mTANSTAedifact.d03a.logistics.mTPFREPModule edifact.d03a.logistics.mIFTMIN
API
Definitions
ballerinax/edifact.d03a.logistics.mIFTMIN Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_IFTMIN_IFTMIN|errorConvert EDI string to Ballerina EDI_IFTMIN_IFTMIN record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_IFTMIN_IFTMIN|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_IFTMIN_IFTMIN|errorConvert EDI string to Ballerina EDI_IFTMIN_IFTMIN record with schema.
Return Type
- EDI_IFTMIN_IFTMIN|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_IFTMIN_IFTMINHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_IFTMIN_IFTMINHeaders|error - Parsed EDI_IFTMIN_IFTMINHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_IFTMIN_IFTMINInterchange|errorParse the full envelope hierarchy from the given EDI string. A malformed transaction body becomes an error in that transaction's body field.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_IFTMIN_IFTMINInterchange|error - Parsed EDI_IFTMIN_IFTMINInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_IFTMIN_IFTMINInterchange msg) returns string|errorSerialise a EDI_IFTMIN_IFTMINInterchange into EDI text; the inverse of interchangeFromEdiString. A transaction whose body is an error is refused — filter or replace it before calling.
Parameters
- msg EDI_IFTMIN_IFTMINInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_IFTMIN_IFTMIN data) returns string|errorConvert Ballerina EDI_IFTMIN_IFTMIN record to EDI string.
Parameters
- data EDI_IFTMIN_IFTMIN - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_IFTMIN_IFTMIN data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_IFTMIN_IFTMIN record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_IFTMIN_IFTMIN record.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - Ballerina record or error
transformHeadersFromEdiString
Convert EDI string to the envelope headers of EDI_IFTMIN_IFTMIN. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_IFTMIN_IFTMINHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_IFTMIN_IFTMINInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_IFTMIN_IFTMINInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_IFTMIN_IFTMINInterchange record to EDI string.
Parameters
- content any - EDI_IFTMIN_IFTMINInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_IFTMIN_IFTMIN record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.logistics.mIFTMIN: Additional_product_id_Type
Fields
- code string(default "PIA") -
- PRODUCT_IDENTIFIER_CODE_QUALIFIER? string -
- ITEM_NUMBER_IDENTIFICATION? ITEM_NUMBER_IDENTIFICATION_GType? -
- ITEM_NUMBER_IDENTIFICATION_2? ITEM_NUMBER_IDENTIFICATION_2_GType? -
- ITEM_NUMBER_IDENTIFICATION_3? ITEM_NUMBER_IDENTIFICATION_3_GType? -
- ITEM_NUMBER_IDENTIFICATION_4? ITEM_NUMBER_IDENTIFICATION_4_GType? -
- ITEM_NUMBER_IDENTIFICATION_5? ITEM_NUMBER_IDENTIFICATION_5_GType? -
edifact.d03a.logistics.mIFTMIN: Attached_equipment_Type
Fields
- code string(default "EQA") -
- EQUIPMENT_TYPE_CODE_QUALIFIER? string -
- EQUIPMENT_IDENTIFICATION? EQUIPMENT_IDENTIFICATION_GType? -
edifact.d03a.logistics.mIFTMIN: Beginning_of_message_Type
Fields
- code string(default "BGM") -
- DOCUMENT_MESSAGE_NAME? DOCUMENT_MESSAGE_NAME_GType? -
- DOCUMENT_MESSAGE_IDENTIFICATION? DOCUMENT_MESSAGE_IDENTIFICATION_GType? -
- MESSAGE_FUNCTION_CODE? string -
- RESPONSE_TYPE_CODE? string -
edifact.d03a.logistics.mIFTMIN: CARRIER_GType
Fields
- Carrier_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Carrier_name? string -
edifact.d03a.logistics.mIFTMIN: CHARGE_CATEGORY_GType
Fields
- Charge_category_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: CHARGE_GType
Fields
- Freight_and_other_charges_description_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Freight_and_other_charges_description? string -
- Payment_arrangement_code? string -
- Item_identifier? string -
edifact.d03a.logistics.mIFTMIN: Charge_payment_instructions_Type
Fields
- code string(default "CPI") -
- CHARGE_CATEGORY? CHARGE_CATEGORY_GType? -
- METHOD_OF_PAYMENT? METHOD_OF_PAYMENT_GType? -
- PAYMENT_ARRANGEMENT_CODE? string -
edifact.d03a.logistics.mIFTMIN: Charge_rate_calculations_Type
Fields
- code string(default "TCC") -
- CHARGE? CHARGE_GType? -
- RATE_TARIFF_CLASS? RATE_TARIFF_CLASS_GType? -
- COMMODITY_RATE_DETAIL? COMMODITY_RATE_DETAIL_GType? -
- RATE_TARIFF_CLASS_DETAIL? RATE_TARIFF_CLASS_DETAIL_GType? -
edifact.d03a.logistics.mIFTMIN: COMMODITY_RATE_DETAIL_GType
Fields
- Commodity_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.logistics.mIFTMIN: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.logistics.mIFTMIN: CONTRACT_AND_CARRIAGE_CONDITION_GType
Fields
- Contract_and_carriage_condition_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: CONTROL_GType
Fields
- Control_total_type_code_qualifier string -
- Control_total_quantity int -
- Measurement_unit_code? string -
edifact.d03a.logistics.mIFTMIN: Control_total_Type
Fields
- code string(default "CNT") -
- CONTROL? CONTROL_GType? -
edifact.d03a.logistics.mIFTMIN: COUNTRY_SUB_ENTITY_DETAILS_GType
Fields
- Country_sub_entity_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Country_sub_entity_name? string -
edifact.d03a.logistics.mIFTMIN: Currencies_Type
Fields
- code string(default "CUX") -
- CURRENCY_DETAILS? CURRENCY_DETAILS_GType? -
- CURRENCY_DETAILS_1? CURRENCY_DETAILS_1_GType? -
- CURRENCY_EXCHANGE_RATE? int? -
- EXCHANGE_RATE_CURRENCY_MARKET_IDENTIFIER? string -
edifact.d03a.logistics.mIFTMIN: CURRENCY_DETAILS_1_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.logistics.mIFTMIN: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.logistics.mIFTMIN: DANGEROUS_GOODS_LABEL_GType
Fields
- Dangerous_goods_marking_identifier? string -
- Dangerous_goods_marking_identifier_1? string -
- Dangerous_goods_marking_identifier_2? string -
edifact.d03a.logistics.mIFTMIN: DANGEROUS_GOODS_SHIPMENT_FLASHPOINT_GType
Fields
- Shipment_flashpoint_degree? string -
- Measurement_unit_code? string -
edifact.d03a.logistics.mIFTMIN: Dangerous_goods_Type
Fields
- code string(default "DGS") -
- DANGEROUS_GOODS_REGULATIONS_CODE? string -
- HAZARD_CODE? HAZARD_CODE_GType? -
- UNDG_INFORMATION? UNDG_INFORMATION_GType? -
- DANGEROUS_GOODS_SHIPMENT_FLASHPOINT? DANGEROUS_GOODS_SHIPMENT_FLASHPOINT_GType? -
- PACKAGING_DANGER_LEVEL_CODE? string -
- EMERGENCY_PROCEDURE_FOR_SHIPS_IDENTIFIER? string -
- HAZARD_MEDICAL_FIRST_AID_GUIDE_IDENTIFIER? string -
- TRANSPORT_EMERGENCY_CARD_IDENTIFIER? string -
- HAZARD_IDENTIFICATION_PLACARD_DETAILS? HAZARD_IDENTIFICATION_PLACARD_DETAILS_GType? -
- DANGEROUS_GOODS_LABEL? DANGEROUS_GOODS_LABEL_GType? -
- PACKING_INSTRUCTION_TYPE_CODE? string -
- HAZARDOUS_MEANS_OF_TRANSPORT_CATEGORY_CODE? string -
edifact.d03a.logistics.mIFTMIN: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.logistics.mIFTMIN: DATE_TIME_PERIOD_GType
Fields
- Date_or_time_or_period? string -
- Date_or_time_or_period_text? string -
- Date_or_time_or_period_format_code? string -
edifact.d03a.logistics.mIFTMIN: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.logistics.mIFTMIN: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.logistics.mIFTMIN: DIMENSIONS_GType
Fields
- Measurement_unit_code string -
- Length_measure? int? -
- Width_measure? int? -
- Height_measure? int? -
edifact.d03a.logistics.mIFTMIN: Dimensions_Type
Fields
- code string(default "DIM") -
- DIMENSION_TYPE_CODE_QUALIFIER? string -
- DIMENSIONS? DIMENSIONS_GType? -
edifact.d03a.logistics.mIFTMIN: DOCUMENT_MESSAGE_DETAILS_GType
Fields
- Document_identifier? string -
- Document_status_code? string -
- Document_source_description? string -
- Language_name_code? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mIFTMIN: Document_message_details_Type
Fields
- code string(default "DOC") -
- DOCUMENT_MESSAGE_NAME? DOCUMENT_MESSAGE_NAME_GType? -
- DOCUMENT_MESSAGE_DETAILS? DOCUMENT_MESSAGE_DETAILS_GType? -
- COMMUNICATION_MEDIUM_TYPE_CODE? string -
- DOCUMENT_COPIES_REQUIRED_QUANTITY? int? -
- DOCUMENT_ORIGINALS_REQUIRED_QUANTITY? int? -
edifact.d03a.logistics.mIFTMIN: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mIFTMIN: DOCUMENT_MESSAGE_NAME_GType
Fields
- Document_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Document_name? string -
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMIN
Fields
- Beginning_of_message Beginning_of_message_Type -
- Contact_information? Contact_information_Type? -
- Communication_contact Communication_contact_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Transport_service_requirements Transport_service_requirements_Type[](default []) -
- Currencies Currencies_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Control_total Control_total_Type[](default []) -
- Document_message_details Document_message_details_Type[](default []) -
- Nature_of_cargo Nature_of_cargo_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
- group_6 Group_6_GType[](default []) -
- group_7 Group_7_GType[](default []) -
- group_8 Group_8_GType[](default []) -
- group_11 Group_11_GType[](default []) -
- group_18 Group_18_GType[](default []) -
- group_37 Group_37_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINHeaders
Envelope headers of a EDI_IFTMIN_IFTMIN interchange.
Fields
- interchange EDI_IFTMIN_IFTMINInterchangeHeader - Interchange header
- 'transaction EDI_IFTMIN_IFTMINTransactionHeader - Transaction header
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINInterchange
A parsed EDI_IFTMIN_IFTMIN interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_IFTMIN_IFTMINInterchangeHeader - Interchange header segment
- transactions EDI_IFTMIN_IFTMINTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_IFTMIN_IFTMINInterchangeTrailer - Interchange trailer segment
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINTransaction
A single transaction within a EDI_IFTMIN_IFTMIN interchange.
Fields
- transactionHeader EDI_IFTMIN_IFTMINTransactionHeader - Transaction header segment
- body EDI_IFTMIN_IFTMIN|error - Parsed EDI_IFTMIN_IFTMIN body, or the parse error when the body is malformed
- transactionTrailer EDI_IFTMIN_IFTMINTransactionTrailer - Transaction trailer segment
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.logistics.mIFTMIN: EDI_IFTMIN_IFTMINTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.logistics.mIFTMIN: Equipment_details_Type
Fields
- code string(default "EQD") -
- EQUIPMENT_TYPE_CODE_QUALIFIER? string -
- EQUIPMENT_IDENTIFICATION? EQUIPMENT_IDENTIFICATION_GType? -
- EQUIPMENT_SIZE_AND_TYPE? EQUIPMENT_SIZE_AND_TYPE_GType? -
- EQUIPMENT_SUPPLIER_CODE? string -
- EQUIPMENT_STATUS_CODE? string -
- FULL_OR_EMPTY_INDICATOR_CODE? string -
edifact.d03a.logistics.mIFTMIN: EQUIPMENT_IDENTIFICATION_GType
Fields
- Equipment_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Country_name_code? string -
edifact.d03a.logistics.mIFTMIN: EQUIPMENT_SIZE_AND_TYPE_GType
Fields
- Equipment_size_and_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Equipment_size_and_type_description? string -
edifact.d03a.logistics.mIFTMIN: EXCESS_TRANSPORTATION_INFORMATION_GType
Fields
- Excess_transportation_reason_code string -
- Excess_transportation_responsibility_code string -
- Customer_shipment_authorisation_identifier? string -
edifact.d03a.logistics.mIFTMIN: Free_text_Type
Fields
- code string(default "FTX") -
- TEXT_SUBJECT_CODE_QUALIFIER? string -
- FREE_TEXT_FUNCTION_CODE? string -
- TEXT_REFERENCE? TEXT_REFERENCE_GType? -
- TEXT_LITERAL? TEXT_LITERAL_GType? -
- LANGUAGE_NAME_CODE? string -
- FREE_TEXT_FORMAT_CODE? string -
edifact.d03a.logistics.mIFTMIN: Goods_identity_number_Type
Fields
- code string(default "GIN") -
- OBJECT_IDENTIFICATION_CODE_QUALIFIER? string -
- IDENTITY_NUMBER_RANGE? IDENTITY_NUMBER_RANGE_GType? -
- IDENTITY_NUMBER_RANGE_2? IDENTITY_NUMBER_RANGE_2_GType? -
- IDENTITY_NUMBER_RANGE_3? IDENTITY_NUMBER_RANGE_3_GType? -
- IDENTITY_NUMBER_RANGE_4? IDENTITY_NUMBER_RANGE_4_GType? -
- IDENTITY_NUMBER_RANGE_5? IDENTITY_NUMBER_RANGE_5_GType? -
edifact.d03a.logistics.mIFTMIN: Goods_item_details_Type
Fields
- code string(default "GID") -
- GOODS_ITEM_NUMBER? int? -
- NUMBER_AND_TYPE_OF_PACKAGES? NUMBER_AND_TYPE_OF_PACKAGES_GType? -
- NUMBER_AND_TYPE_OF_PACKAGES_2? NUMBER_AND_TYPE_OF_PACKAGES_2_GType? -
- NUMBER_AND_TYPE_OF_PACKAGES_3? NUMBER_AND_TYPE_OF_PACKAGES_3_GType? -
- NUMBER_AND_TYPE_OF_PACKAGES_4? NUMBER_AND_TYPE_OF_PACKAGES_4_GType? -
- NUMBER_AND_TYPE_OF_PACKAGES_5? NUMBER_AND_TYPE_OF_PACKAGES_5_GType? -
edifact.d03a.logistics.mIFTMIN: GOVERNMENT_ACTION_2_GType
Fields
- Government_agency_identification_code? string -
- Government_involvement_code? string -
- Government_action_code? string -
- Government_procedure_code? string -
edifact.d03a.logistics.mIFTMIN: GOVERNMENT_ACTION_3_GType
Fields
- Government_agency_identification_code? string -
- Government_involvement_code? string -
- Government_action_code? string -
- Government_procedure_code? string -
edifact.d03a.logistics.mIFTMIN: GOVERNMENT_ACTION_4_GType
Fields
- Government_agency_identification_code? string -
- Government_involvement_code? string -
- Government_action_code? string -
- Government_procedure_code? string -
edifact.d03a.logistics.mIFTMIN: GOVERNMENT_ACTION_GType
Fields
- Government_agency_identification_code? string -
- Government_involvement_code? string -
- Government_action_code? string -
- Government_procedure_code? string -
edifact.d03a.logistics.mIFTMIN: Governmental_requirements_Type
Fields
- code string(default "GOR") -
- TRANSPORT_MOVEMENT_CODE? string -
- GOVERNMENT_ACTION? GOVERNMENT_ACTION_GType? -
- GOVERNMENT_ACTION_2? GOVERNMENT_ACTION_2_GType? -
- GOVERNMENT_ACTION_3? GOVERNMENT_ACTION_3_GType? -
- GOVERNMENT_ACTION_4? GOVERNMENT_ACTION_4_GType? -
edifact.d03a.logistics.mIFTMIN: Group_10_GType
Fields
- Reference Reference_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.logistics.mIFTMIN: Group_11_GType
Fields
- Name_and_address Name_and_address_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- group_12 Group_12_GType[](default []) -
- group_13 Group_13_GType[](default []) -
- group_14 Group_14_GType[](default []) -
- group_15 Group_15_GType[](default []) -
- group_16 Group_16_GType[](default []) -
- group_17 Group_17_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_12_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_13_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.logistics.mIFTMIN: Group_14_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Currencies? Currencies_Type? -
- Price_details? Price_details_Type? -
- Number_of_units? Number_of_units_Type? -
- Percentage_details? Percentage_details_Type? -
- Monetary_amount Monetary_amount_Type[](default []) -
- Quantity Quantity_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_15_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_16_GType
Fields
- Charge_payment_instructions Charge_payment_instructions_Type -
- Reference Reference_Type[](default []) -
- Currencies? Currencies_Type? -
- Place_location_identification Place_location_identification_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_17_GType
Fields
- Transport_service_requirements Transport_service_requirements_Type -
- Reference? Reference_Type? -
- Place_location_identification? Place_location_identification_Type? -
- Transport_placement? Transport_placement_Type? -
- Free_text Free_text_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_18_GType
Fields
- Goods_item_details Goods_item_details_Type -
- Handling_instructions Handling_instructions_Type[](default []) -
- Temperature? Temperature_Type? -
- Range_details? Range_details_Type? -
- Transport_movement_details? Transport_movement_details_Type? -
- Place_location_identification Place_location_identification_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Additional_product_id Additional_product_id_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- group_19 Group_19_GType[](default []) -
- group_20 Group_20_GType[](default []) -
- group_21 Group_21_GType[](default []) -
- group_22 Group_22_GType[](default []) -
- group_23 Group_23_GType[](default []) -
- group_24 Group_24_GType[](default []) -
- group_25 Group_25_GType[](default []) -
- group_27 Group_27_GType[](default []) -
- group_29 Group_29_GType[](default []) -
- group_31 Group_31_GType[](default []) -
- group_32 Group_32_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_19_GType
Fields
- Name_and_address Name_and_address_Type -
- Date_time_period? Date_time_period_Type? -
- Place_location_identification Place_location_identification_Type[](default []) -
- Nature_of_cargo Nature_of_cargo_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_1_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_20_GType
Fields
- Measurements Measurements_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_21_GType
Fields
- Dimensions Dimensions_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_22_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_23_GType
Fields
- Package_identification Package_identification_Type -
- Reference? Reference_Type? -
- Date_time_period? Date_time_period_Type? -
- Goods_identity_number Goods_identity_number_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_24_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_25_GType
Fields
- Governmental_requirements Governmental_requirements_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
- Seal_number Seal_number_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_26 Group_26_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_26_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.logistics.mIFTMIN: Group_27_GType
Fields
- Transport_placement Transport_placement_Type -
- group_28 Group_28_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_28_GType
Fields
- Measurements Measurements_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_29_GType
Fields
- Split_goods_placement Split_goods_placement_Type -
- group_30 Group_30_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_2_GType
Fields
- Terms_of_delivery_or_transport Terms_of_delivery_or_transport_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_30_GType
Fields
- Measurements Measurements_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_31_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Currencies? Currencies_Type? -
- Price_details? Price_details_Type? -
- Number_of_units? Number_of_units_Type? -
- Percentage_details? Percentage_details_Type? -
- Monetary_amount Monetary_amount_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_32_GType
Fields
- Dangerous_goods Dangerous_goods_Type -
- Free_text Free_text_Type[](default []) -
- group_33 Group_33_GType[](default []) -
- group_34 Group_34_GType[](default []) -
- group_35 Group_35_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_33_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_34_GType
Fields
- Measurements Measurements_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_35_GType
Fields
- Split_goods_placement Split_goods_placement_Type -
- group_36 Group_36_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_36_GType
Fields
- Measurements Measurements_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_37_GType
Fields
- Equipment_details Equipment_details_Type -
- Number_of_units? Number_of_units_Type? -
- Transport_movement_details? Transport_movement_details_Type? -
- Measurements Measurements_Type[](default []) -
- Dimensions Dimensions_Type[](default []) -
- Seal_number Seal_number_Type[](default []) -
- Transport_placement Transport_placement_Type[](default []) -
- Handling_instructions? Handling_instructions_Type? -
- Temperature? Temperature_Type? -
- Free_text Free_text_Type[](default []) -
- Reference Reference_Type[](default []) -
- group_38 Group_38_GType[](default []) -
- group_39 Group_39_GType[](default []) -
- group_41 Group_41_GType[](default []) -
- group_42 Group_42_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_38_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Currencies? Currencies_Type? -
- Price_details? Price_details_Type? -
- Number_of_units? Number_of_units_Type? -
- Percentage_details? Percentage_details_Type? -
- Monetary_amount Monetary_amount_Type[](default []) -
- Quantity Quantity_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_39_GType
Fields
- Name_and_address Name_and_address_Type -
- Date_time_period? Date_time_period_Type? -
- group_40 Group_40_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_3_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_40_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_41_GType
Fields
- Attached_equipment Attached_equipment_Type -
- Number_of_units? Number_of_units_Type? -
edifact.d03a.logistics.mIFTMIN: Group_42_GType
Fields
- Dangerous_goods Dangerous_goods_Type -
- Free_text Free_text_Type[](default []) -
- group_43 Group_43_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_43_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_4_GType
Fields
- Governmental_requirements Governmental_requirements_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
- Seal_number Seal_number_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_5 Group_5_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_5_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.logistics.mIFTMIN: Group_6_GType
Fields
- Charge_payment_instructions Charge_payment_instructions_Type -
- Reference Reference_Type[](default []) -
- Currencies? Currencies_Type? -
- Place_location_identification Place_location_identification_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_7_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Place_location_identification? Place_location_identification_Type? -
- Free_text? Free_text_Type? -
- Currencies? Currencies_Type? -
- Price_details? Price_details_Type? -
- Number_of_units? Number_of_units_Type? -
- Percentage_details? Percentage_details_Type? -
- Monetary_amount Monetary_amount_Type[](default []) -
- Quantity Quantity_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_8_GType
Fields
- Transport_information Transport_information_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Transport_service_requirements Transport_service_requirements_Type[](default []) -
- group_9 Group_9_GType[](default []) -
- group_10 Group_10_GType[](default []) -
edifact.d03a.logistics.mIFTMIN: Group_9_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTMIN: HANDLING_INSTRUCTIONS_GType
Fields
- Handling_instruction_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Handling_instruction_description? string -
edifact.d03a.logistics.mIFTMIN: Handling_instructions_Type
Fields
- code string(default "HAN") -
- HANDLING_INSTRUCTIONS? HANDLING_INSTRUCTIONS_GType? -
- HAZARDOUS_MATERIAL? HAZARDOUS_MATERIAL_GType? -
edifact.d03a.logistics.mIFTMIN: HAZARD_CODE_GType
Fields
- Hazard_identification_code string -
- Additional_hazard_classification_identifier? string -
- Hazard_code_version_identifier? string -
edifact.d03a.logistics.mIFTMIN: HAZARD_IDENTIFICATION_PLACARD_DETAILS_GType
Fields
- Orange_hazard_placard_upper_part_identifier? string -
- Orange_hazard_placard_lower_part_identifier? string -
edifact.d03a.logistics.mIFTMIN: HAZARDOUS_MATERIAL_GType
Fields
- Hazardous_material_category_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Hazardous_material_category_name? string -
edifact.d03a.logistics.mIFTMIN: IDENTITY_NUMBER_RANGE_2_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.logistics.mIFTMIN: IDENTITY_NUMBER_RANGE_3_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.logistics.mIFTMIN: IDENTITY_NUMBER_RANGE_4_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.logistics.mIFTMIN: IDENTITY_NUMBER_RANGE_5_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.logistics.mIFTMIN: IDENTITY_NUMBER_RANGE_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.logistics.mIFTMIN: Interchange_header_Type
Fields
- code string(default "UNB") -
- syntax_identifier Syntax_identifier_GType -
- sender Sender_GType -
- recipient Recipient_GType -
- date_and_time Date_and_time_GType -
- control_reference string -
- recipient_reference_password? Recipient_reference_password_GType? -
- application_reference? string -
- processing_priority_code? string -
- acknowledgement_request? string -
- communications_agreement_id? string -
- test_indicator? string -
edifact.d03a.logistics.mIFTMIN: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.logistics.mIFTMIN: ITEM_NUMBER_IDENTIFICATION_2_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: ITEM_NUMBER_IDENTIFICATION_3_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: ITEM_NUMBER_IDENTIFICATION_4_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: ITEM_NUMBER_IDENTIFICATION_5_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: ITEM_NUMBER_IDENTIFICATION_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.logistics.mIFTMIN: MARKS___LABELS_GType
Fields
- Shipping_marks_description string -
- Shipping_marks_description_1? string -
- Shipping_marks_description_2? string -
- Shipping_marks_description_3? string -
- Shipping_marks_description_4? string -
- Shipping_marks_description_5? string -
- Shipping_marks_description_6? string -
- Shipping_marks_description_7? string -
- Shipping_marks_description_8? string -
- Shipping_marks_description_9? string -
edifact.d03a.logistics.mIFTMIN: MEASUREMENT_DETAILS_GType
Fields
- Measured_attribute_code? string -
- Measurement_significance_code? string -
- Non_discrete_measurement_name_code? string -
- Non_discrete_measurement_name? string -
edifact.d03a.logistics.mIFTMIN: Measurements_Type
Fields
- code string(default "MEA") -
- MEASUREMENT_PURPOSE_CODE_QUALIFIER? string -
- MEASUREMENT_DETAILS? MEASUREMENT_DETAILS_GType? -
- VALUE_RANGE? VALUE_RANGE_GType? -
- SURFACE_OR_LAYER_CODE? string -
edifact.d03a.logistics.mIFTMIN: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.logistics.mIFTMIN: Message_identifier_GType
Fields
- message_type string -
- message_version_number string -
- message_release_number string -
- controlling_agency string -
- association_assigned_code? string -
- code_list_directory_version? string -
- message_type_sub_function? string -
edifact.d03a.logistics.mIFTMIN: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.logistics.mIFTMIN: METHOD_OF_PAYMENT_GType
Fields
- Transport_charges_payment_method_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: MODE_OF_TRANSPORT_GType
Fields
- Transport_mode_name_code? string -
- Transport_mode_name? string -
edifact.d03a.logistics.mIFTMIN: MONETARY_AMOUNT_GType
Fields
- Monetary_amount_type_code_qualifier string -
- Monetary_amount? int? -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.logistics.mIFTMIN: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.logistics.mIFTMIN: MOVEMENT_TYPE_GType
Fields
- Movement_type_description_code? string -
- Movement_type_description? string -
edifact.d03a.logistics.mIFTMIN: NAME_AND_ADDRESS_GType
Fields
- Name_and_address_description string -
- Name_and_address_description_1? string -
- Name_and_address_description_2? string -
- Name_and_address_description_3? string -
- Name_and_address_description_4? string -
edifact.d03a.logistics.mIFTMIN: Name_and_address_Type
Fields
- code string(default "NAD") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- NAME_AND_ADDRESS? NAME_AND_ADDRESS_GType? -
- PARTY_NAME? PARTY_NAME_GType? -
- STREET? STREET_GType? -
- CITY_NAME? string -
- COUNTRY_SUB_ENTITY_DETAILS? COUNTRY_SUB_ENTITY_DETAILS_GType? -
- POSTAL_IDENTIFICATION_CODE? string -
- COUNTRY_NAME_CODE? string -
edifact.d03a.logistics.mIFTMIN: NATURE_OF_CARGO_GType
Fields
- Cargo_type_classification_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: Nature_of_cargo_Type
Fields
- code string(default "GDS") -
- NATURE_OF_CARGO? NATURE_OF_CARGO_GType? -
edifact.d03a.logistics.mIFTMIN: NUMBER_AND_TYPE_OF_PACKAGES_2_GType
Fields
- Package_quantity? int? -
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
- Packaging_related_description_code? string -
edifact.d03a.logistics.mIFTMIN: NUMBER_AND_TYPE_OF_PACKAGES_3_GType
Fields
- Package_quantity? int? -
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
- Packaging_related_description_code? string -
edifact.d03a.logistics.mIFTMIN: NUMBER_AND_TYPE_OF_PACKAGES_4_GType
Fields
- Package_quantity? int? -
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
- Packaging_related_description_code? string -
edifact.d03a.logistics.mIFTMIN: NUMBER_AND_TYPE_OF_PACKAGES_5_GType
Fields
- Package_quantity? int? -
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
- Packaging_related_description_code? string -
edifact.d03a.logistics.mIFTMIN: NUMBER_AND_TYPE_OF_PACKAGES_GType
Fields
- Package_quantity? int? -
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
- Packaging_related_description_code? string -
edifact.d03a.logistics.mIFTMIN: NUMBER_OF_UNIT_DETAILS_GType
Fields
- Units_quantity? int? -
- Unit_type_code_qualifier? string -
edifact.d03a.logistics.mIFTMIN: Number_of_units_Type
Fields
- code string(default "EQN") -
- NUMBER_OF_UNIT_DETAILS? NUMBER_OF_UNIT_DETAILS_GType? -
edifact.d03a.logistics.mIFTMIN: Package_identification_Type
Fields
- code string(default "PCI") -
- MARKING_INSTRUCTIONS_CODE? string -
- MARKS___LABELS? MARKS___LABELS_GType? -
- TYPE_OF_MARKING? TYPE_OF_MARKING_GType? -
edifact.d03a.logistics.mIFTMIN: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: PARTY_NAME_GType
Fields
- Party_name string -
- Party_name_1? string -
- Party_name_2? string -
- Party_name_3? string -
- Party_name_4? string -
- Party_name_format_code? string -
edifact.d03a.logistics.mIFTMIN: PERCENTAGE_DETAILS_GType
Fields
- Percentage_type_code_qualifier string -
- Percentage? int? -
- Percentage_basis_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.logistics.mIFTMIN: Place_location_identification_Type
Fields
- code string(default "LOC") -
- LOCATION_FUNCTION_CODE_QUALIFIER? string -
- LOCATION_IDENTIFICATION? LOCATION_IDENTIFICATION_GType? -
- RELATED_LOCATION_ONE_IDENTIFICATION? RELATED_LOCATION_ONE_IDENTIFICATION_GType? -
- RELATED_LOCATION_TWO_IDENTIFICATION? RELATED_LOCATION_TWO_IDENTIFICATION_GType? -
- RELATION_CODE? string -
edifact.d03a.logistics.mIFTMIN: Price_details_Type
Fields
- code string(default "PRI") -
- PRICE_INFORMATION? PRICE_INFORMATION_GType? -
- SUB_LINE_ITEM_PRICE_CHANGE_OPERATION_CODE? string -
edifact.d03a.logistics.mIFTMIN: PRICE_INFORMATION_GType
Fields
- Price_code_qualifier string -
- Price_amount? int? -
- Price_type_code? string -
- Price_specification_code? string -
- Unit_price_basis_quantity? int? -
- Measurement_unit_code? string -
edifact.d03a.logistics.mIFTMIN: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.logistics.mIFTMIN: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.logistics.mIFTMIN: Range_details_Type
Fields
- code string(default "RNG") -
- RANGE_TYPE_CODE_QUALIFIER? string -
- RANGE? RANGE_GType? -
edifact.d03a.logistics.mIFTMIN: RANGE_GType
Fields
- Measurement_unit_code string -
- Range_minimum_quantity? int? -
- Range_maximum_quantity? int? -
edifact.d03a.logistics.mIFTMIN: RATE_TARIFF_CLASS_DETAIL_GType
Fields
- Rate_or_tariff_class_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: RATE_TARIFF_CLASS_GType
Fields
- Rate_or_tariff_class_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Rate_or_tariff_class_description? string -
- Supplementary_rate_or_tariff_code? string -
- Code_list_identification_code_5? string -
- Code_list_responsible_agency_code_6? string -
- Supplementary_rate_or_tariff_code_7? string -
- Code_list_identification_code_8? string -
- Code_list_responsible_agency_code_9? string -
edifact.d03a.logistics.mIFTMIN: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.logistics.mIFTMIN: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.logistics.mIFTMIN: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mIFTMIN: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.logistics.mIFTMIN: RELATED_LOCATION_ONE_IDENTIFICATION_GType
Fields
- First_related_location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- First_related_location_name? string -
edifact.d03a.logistics.mIFTMIN: RELATED_LOCATION_TWO_IDENTIFICATION_GType
Fields
- Second_related_location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Second_related_location_name? string -
edifact.d03a.logistics.mIFTMIN: SEAL_ISSUER_GType
Fields
- Sealing_party_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Sealing_party_name? string -
edifact.d03a.logistics.mIFTMIN: Seal_number_Type
Fields
- code string(default "SEL") -
- TRANSPORT_UNIT_SEAL_IDENTIFIER? string -
- SEAL_ISSUER? SEAL_ISSUER_GType? -
- SEAL_CONDITION_CODE? string -
- IDENTITY_NUMBER_RANGE? IDENTITY_NUMBER_RANGE_GType? -
edifact.d03a.logistics.mIFTMIN: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.logistics.mIFTMIN: SERVICE_GType
Fields
- Service_requirement_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Service_requirement_code_3? string -
- Code_list_identification_code_4? string -
- Code_list_responsible_agency_code_5? string -
edifact.d03a.logistics.mIFTMIN: Split_goods_placement_Type
Fields
- code string(default "SGP") -
- EQUIPMENT_IDENTIFICATION? EQUIPMENT_IDENTIFICATION_GType? -
- PACKAGE_QUANTITY? int? -
edifact.d03a.logistics.mIFTMIN: STREET_GType
Fields
- Street_and_number_or_post_office_box_identifier string -
- Street_and_number_or_post_office_box_identifier_1? string -
- Street_and_number_or_post_office_box_identifier_2? string -
- Street_and_number_or_post_office_box_identifier_3? string -
edifact.d03a.logistics.mIFTMIN: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.logistics.mIFTMIN: TEMPERATURE_SETTING_GType
Fields
- Temperature_degree? int? -
- Measurement_unit_code? string -
edifact.d03a.logistics.mIFTMIN: Temperature_Type
Fields
- code string(default "TMP") -
- TEMPERATURE_TYPE_CODE_QUALIFIER? string -
- TEMPERATURE_SETTING? TEMPERATURE_SETTING_GType? -
edifact.d03a.logistics.mIFTMIN: TERMS_OF_DELIVERY_OR_TRANSPORT_GType
Fields
- Delivery_or_transport_terms_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Delivery_or_transport_terms_description? string -
- Delivery_or_transport_terms_description_4? string -
edifact.d03a.logistics.mIFTMIN: Terms_of_delivery_or_transport_Type
Fields
- code string(default "TOD") -
- DELIVERY_OR_TRANSPORT_TERMS_FUNCTION_CODE? string -
- TRANSPORT_CHARGES_PAYMENT_METHOD_CODE? string -
- TERMS_OF_DELIVERY_OR_TRANSPORT? TERMS_OF_DELIVERY_OR_TRANSPORT_GType? -
edifact.d03a.logistics.mIFTMIN: TEXT_LITERAL_GType
Fields
- Free_text string -
- Free_text_1? string -
- Free_text_2? string -
- Free_text_3? string -
- Free_text_4? string -
edifact.d03a.logistics.mIFTMIN: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: TRANSPORT_IDENTIFICATION_GType
Fields
- Transport_means_identification_name_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Transport_means_identification_name? string -
- Transport_means_nationality_code? string -
edifact.d03a.logistics.mIFTMIN: Transport_information_Type
Fields
- code string(default "TDT") -
- TRANSPORT_STAGE_CODE_QUALIFIER? string -
- MEANS_OF_TRANSPORT_JOURNEY_IDENTIFIER? string -
- MODE_OF_TRANSPORT? MODE_OF_TRANSPORT_GType? -
- TRANSPORT_MEANS? TRANSPORT_MEANS_GType? -
- CARRIER? CARRIER_GType? -
- TRANSIT_DIRECTION_INDICATOR_CODE? string -
- EXCESS_TRANSPORTATION_INFORMATION? EXCESS_TRANSPORTATION_INFORMATION_GType? -
- TRANSPORT_IDENTIFICATION? TRANSPORT_IDENTIFICATION_GType? -
- TRANSPORT_MEANS_OWNERSHIP_INDICATOR_CODE? string -
edifact.d03a.logistics.mIFTMIN: TRANSPORT_MEANS_GType
Fields
- Transport_means_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Transport_means_description? string -
edifact.d03a.logistics.mIFTMIN: Transport_movement_details_Type
Fields
- code string(default "TMD") -
- MOVEMENT_TYPE? MOVEMENT_TYPE_GType? -
- EQUIPMENT_PLAN_DESCRIPTION? string -
- HAULAGE_ARRANGEMENTS_CODE? string -
edifact.d03a.logistics.mIFTMIN: Transport_placement_Type
Fields
- code string(default "TPL") -
- TRANSPORT_IDENTIFICATION? TRANSPORT_IDENTIFICATION_GType? -
edifact.d03a.logistics.mIFTMIN: TRANSPORT_PRIORITY_GType
Fields
- Transport_service_priority_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: Transport_service_requirements_Type
Fields
- code string(default "TSR") -
- CONTRACT_AND_CARRIAGE_CONDITION? CONTRACT_AND_CARRIAGE_CONDITION_GType? -
- SERVICE? SERVICE_GType? -
- TRANSPORT_PRIORITY? TRANSPORT_PRIORITY_GType? -
- NATURE_OF_CARGO? NATURE_OF_CARGO_GType? -
edifact.d03a.logistics.mIFTMIN: TYPE_OF_MARKING_GType
Fields
- Marking_type_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTMIN: UNDG_INFORMATION_GType
Fields
- United_Nations_Dangerous_Goods_UNDG_identifier? string -
- Dangerous_goods_flashpoint_description? string -
edifact.d03a.logistics.mIFTMIN: VALUE_RANGE_GType
Fields
- Measurement_unit_code string -
- Measure? string -
- Range_minimum_quantity? int? -
- Range_maximum_quantity? int? -
- Significant_digits_quantity? int? -
Import
import ballerinax/edifact.d03a.logistics.mIFTMIN;Metadata
Released date: 4 days ago
Version: 1.0.0
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 25
Current verison: 0
Weekly downloads
Keywords
logistics
transport
freight
EDI
EDIFACT
D03A
B2B
Business Management/ERP
Cost/Free
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Logistics
Contributors
Dependencies