edifact.d03a.logistics.mPAXLST
Modules
edifact.d03a.logistics.mPAXLST
edifact.d03a.logistics.mSANCRTedifact.d03a.logistics.mSSIMODedifact.d03a.logistics.mSSRECHedifact.d03a.logistics.mSSREGWedifact.d03a.logistics.mTANSTAedifact.d03a.logistics.mTPFREPModule edifact.d03a.logistics.mPAXLST
API
Definitions
ballerinax/edifact.d03a.logistics.mPAXLST Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_PAXLST_PAXLST|errorConvert EDI string to Ballerina EDI_PAXLST_PAXLST record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_PAXLST_PAXLST|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_PAXLST_PAXLST|errorConvert EDI string to Ballerina EDI_PAXLST_PAXLST record with schema.
Return Type
- EDI_PAXLST_PAXLST|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_PAXLST_PAXLSTHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_PAXLST_PAXLSTHeaders|error - Parsed EDI_PAXLST_PAXLSTHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_PAXLST_PAXLSTInterchange|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_PAXLST_PAXLSTInterchange|error - Parsed EDI_PAXLST_PAXLSTInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_PAXLST_PAXLSTInterchange msg) returns string|errorSerialise a EDI_PAXLST_PAXLSTInterchange 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_PAXLST_PAXLSTInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_PAXLST_PAXLST data) returns string|errorConvert Ballerina EDI_PAXLST_PAXLST record to EDI string.
Parameters
- data EDI_PAXLST_PAXLST - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_PAXLST_PAXLST data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_PAXLST_PAXLST record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_PAXLST_PAXLST 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_PAXLST_PAXLST. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_PAXLST_PAXLSTHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_PAXLST_PAXLSTInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_PAXLST_PAXLSTInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_PAXLST_PAXLSTInterchange record to EDI string.
Parameters
- content any - EDI_PAXLST_PAXLSTInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_PAXLST_PAXLST record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.logistics.mPAXLST: ATTRIBUTE_DETAIL_GType
Fields
- Attribute_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_description? string -
edifact.d03a.logistics.mPAXLST: Attribute_Type
Fields
- code string(default "ATT") -
- ATTRIBUTE_FUNCTION_CODE_QUALIFIER? string -
- ATTRIBUTE_TYPE? ATTRIBUTE_TYPE_GType? -
- ATTRIBUTE_DETAIL ATTRIBUTE_DETAIL_GType[](default []) -
edifact.d03a.logistics.mPAXLST: ATTRIBUTE_TYPE_GType
Fields
- Attribute_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_type_description? string -
edifact.d03a.logistics.mPAXLST: Authentication_result_Type
Fields
- code string(default "AUT") -
- VALIDATION_RESULT_TEXT? string -
- VALIDATION_KEY_IDENTIFIER? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: CARRIER_GType
Fields
- Carrier_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Carrier_name? string -
edifact.d03a.logistics.mPAXLST: CHARGE_CATEGORY_GType
Fields
- Charge_category_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.logistics.mPAXLST: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.logistics.mPAXLST: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.logistics.mPAXLST: CONTROL_GType
Fields
- Control_total_type_code_qualifier string -
- Control_total_quantity int -
- Measurement_unit_code? string -
edifact.d03a.logistics.mPAXLST: Control_total_Type
Fields
- code string(default "CNT") -
- CONTROL? CONTROL_GType? -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.logistics.mPAXLST: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: EDI_PAXLST_PAXLST
Fields
- Beginning_of_message Beginning_of_message_Type -
- Reference? Reference_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
- group_4 Group_4_GType[](default []) -
- Control_total? Control_total_Type? -
- Authentication_result? Authentication_result_Type? -
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTHeaders
Envelope headers of a EDI_PAXLST_PAXLST interchange.
Fields
- interchange EDI_PAXLST_PAXLSTInterchangeHeader - Interchange header
- 'transaction EDI_PAXLST_PAXLSTTransactionHeader - Transaction header
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTInterchange
A parsed EDI_PAXLST_PAXLST interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_PAXLST_PAXLSTInterchangeHeader - Interchange header segment
- transactions EDI_PAXLST_PAXLSTTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_PAXLST_PAXLSTInterchangeTrailer - Interchange trailer segment
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTTransaction
A single transaction within a EDI_PAXLST_PAXLST interchange.
Fields
- transactionHeader EDI_PAXLST_PAXLSTTransactionHeader - Transaction header segment
- body EDI_PAXLST_PAXLST|error - Parsed EDI_PAXLST_PAXLST body, or the parse error when the body is malformed
- transactionTrailer EDI_PAXLST_PAXLSTTransactionTrailer - Transaction trailer segment
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.logistics.mPAXLST: EDI_PAXLST_PAXLSTTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.logistics.mPAXLST: EMPLOYMENT_CATEGORY_GType
Fields
- Employment_category_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Employment_category_description? string -
edifact.d03a.logistics.mPAXLST: Employment_details_Type
Fields
- code string(default "EMP") -
- EMPLOYMENT_DETAILS_CODE_QUALIFIER? string -
- EMPLOYMENT_CATEGORY? EMPLOYMENT_CATEGORY_GType? -
- OCCUPATION? OCCUPATION_GType? -
- QUALIFICATION_CLASSIFICATION? QUALIFICATION_CLASSIFICATION_GType? -
- JOB_TITLE_DESCRIPTION? string -
- QUALIFICATION_APPLICATION_AREA_CODE? string -
edifact.d03a.logistics.mPAXLST: EXCESS_TRANSPORTATION_INFORMATION_GType
Fields
- Excess_transportation_reason_code string -
- Excess_transportation_responsibility_code string -
- Customer_shipment_authorisation_identifier? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: Group_1_GType
Fields
- Name_and_address Name_and_address_Type -
- Contact_information? Contact_information_Type? -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.logistics.mPAXLST: Group_2_GType
Fields
- Transport_information Transport_information_Type -
- Date_time_period Date_time_period_Type -
- group_3 Group_3_GType[](default []) -
edifact.d03a.logistics.mPAXLST: Group_3_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mPAXLST: Group_4_GType
Fields
- Name_and_address Name_and_address_Type -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Measurements Measurements_Type[](default []) -
- Processing_information Processing_information_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
- Communication_contact? Communication_contact_Type? -
- Employment_details Employment_details_Type[](default []) -
- Nationality Nationality_Type[](default []) -
- Reference? Reference_Type? -
- group_5 Group_5_GType[](default []) -
- group_6 Group_6_GType[](default []) -
- group_7? Group_7_GType? -
edifact.d03a.logistics.mPAXLST: Group_5_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Processing_information Processing_information_Type[](default []) -
- Reference Reference_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
- Charge_payment_instructions? Charge_payment_instructions_Type? -
- Quantity Quantity_Type[](default []) -
edifact.d03a.logistics.mPAXLST: Group_6_GType
Fields
- Goods_item_details Goods_item_details_Type -
- Free_text Free_text_Type[](default []) -
- Quantity Quantity_Type[](default []) -
edifact.d03a.logistics.mPAXLST: Group_7_GType
Fields
- Transport_information Transport_information_Type -
- Free_text? Free_text_Type? -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: 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.mPAXLST: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: MODE_OF_TRANSPORT_GType
Fields
- Transport_mode_name_code? string -
- Transport_mode_name? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: NATIONALITY_DETAILS_GType
Fields
- Nationality_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Nationality_name? string -
edifact.d03a.logistics.mPAXLST: Nationality_Type
Fields
- code string(default "NAT") -
- NATIONALITY_CODE_QUALIFIER? string -
- NATIONALITY_DETAILS? NATIONALITY_DETAILS_GType? -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: 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.mPAXLST: 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.mPAXLST: 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.mPAXLST: OCCUPATION_GType
Fields
- Occupation_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Occupation_description? string -
- Occupation_description_4? string -
edifact.d03a.logistics.mPAXLST: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: PROCESSING_INDICATOR_GType
Fields
- Processing_indicator_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Processing_indicator_description? string -
edifact.d03a.logistics.mPAXLST: Processing_information_Type
Fields
- code string(default "GEI") -
- PROCESSING_INFORMATION_CODE_QUALIFIER? string -
- PROCESSING_INDICATOR? PROCESSING_INDICATOR_GType? -
- PROCESS_TYPE_DESCRIPTION_CODE? string -
edifact.d03a.logistics.mPAXLST: QUALIFICATION_CLASSIFICATION_GType
Fields
- Qualification_classification_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Qualification_classification_description? string -
- Qualification_classification_description_4? string -
edifact.d03a.logistics.mPAXLST: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.logistics.mPAXLST: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.logistics.mPAXLST: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.logistics.mPAXLST: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.logistics.mPAXLST: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mPAXLST: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mPAXLST: 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.mPAXLST: 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.mPAXLST: 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.mPAXLST: 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.mPAXLST;Metadata
Released date: 4 days ago
Version: 1.0.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 25
Current verison: 1
Weekly downloads
Keywords
transport
freight
EDI
EDIFACT
D03A
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Logistics
Contributors
Dependencies