edifact.d03a.shipping.mCONDRO
Modules
edifact.d03a.shipping.mCONDRO
edifact.d03a.shipping.mCONESTedifact.d03a.shipping.mCONITTedifact.d03a.shipping.mCONPVAedifact.d03a.shipping.mCONQVAedifact.d03a.shipping.mCONRPWedifact.d03a.shipping.mCONTENedifact.d03a.shipping.mCONWQDedifact.d03a.shipping.mCOPARNedifact.d03a.shipping.mCOPAYMedifact.d03a.shipping.mCOPINOedifact.d03a.shipping.mCOPRARedifact.d03a.shipping.mCOREORedifact.d03a.shipping.mCOSTCOedifact.d03a.shipping.mCOSTORedifact.d03a.shipping.mCUSCARedifact.d03a.shipping.mCUSDECedifact.d03a.shipping.mCUSEXPedifact.d03a.shipping.mCUSPEDedifact.d03a.shipping.mCUSREPedifact.d03a.shipping.mCUSRESedifact.d03a.shipping.mVESDEPModule edifact.d03a.shipping.mCONDRO
API
Definitions
ballerinax/edifact.d03a.shipping.mCONDRO Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_CONDRO_CONDRO|errorConvert EDI string to Ballerina EDI_CONDRO_CONDRO record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_CONDRO_CONDRO|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_CONDRO_CONDRO|errorConvert EDI string to Ballerina EDI_CONDRO_CONDRO record with schema.
Return Type
- EDI_CONDRO_CONDRO|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_CONDRO_CONDROHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_CONDRO_CONDROHeaders|error - Parsed EDI_CONDRO_CONDROHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_CONDRO_CONDROInterchange|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_CONDRO_CONDROInterchange|error - Parsed EDI_CONDRO_CONDROInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_CONDRO_CONDROInterchange msg) returns string|errorSerialise a EDI_CONDRO_CONDROInterchange 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_CONDRO_CONDROInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_CONDRO_CONDRO data) returns string|errorConvert Ballerina EDI_CONDRO_CONDRO record to EDI string.
Parameters
- data EDI_CONDRO_CONDRO - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_CONDRO_CONDRO data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_CONDRO_CONDRO record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_CONDRO_CONDRO 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_CONDRO_CONDRO. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_CONDRO_CONDROHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_CONDRO_CONDROInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_CONDRO_CONDROInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_CONDRO_CONDROInterchange record to EDI string.
Parameters
- content any - EDI_CONDRO_CONDROInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_CONDRO_CONDRO record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.shipping.mCONDRO: Agreement_identification_Type
Fields
- code string(default "AGR") -
- AGREEMENT_TYPE_IDENTIFICATION? AGREEMENT_TYPE_IDENTIFICATION_GType? -
- SERVICE_LAYER_CODE? string -
edifact.d03a.shipping.mCONDRO: AGREEMENT_TYPE_IDENTIFICATION_GType
Fields
- Agreement_type_code_qualifier string -
- Agreement_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Agreement_type_description? string -
edifact.d03a.shipping.mCONDRO: Authentication_result_Type
Fields
- code string(default "AUT") -
- VALIDATION_RESULT_TEXT? string -
- VALIDATION_KEY_IDENTIFIER? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: BILL_LEVEL_IDENTIFICATION_GType
Fields
- Level_one_identifier? string -
- Level_two_identifier? string -
- Level_three_identifier? string -
- Level_four_identifier? string -
- Level_five_identifier? string -
- Level_six_identifier? string -
edifact.d03a.shipping.mCONDRO: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.shipping.mCONDRO: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.shipping.mCONDRO: Computer_environment_details_Type
Fields
- code string(default "CED") -
- COMPUTER_ENVIRONMENT_DETAILS_CODE_QUALIFIER? string -
- COMPUTER_ENVIRONMENT_IDENTIFICATION? COMPUTER_ENVIRONMENT_IDENTIFICATION_GType? -
- FILE_GENERATION_COMMAND_NAME? string -
edifact.d03a.shipping.mCONDRO: COMPUTER_ENVIRONMENT_IDENTIFICATION_GType
Fields
- Computer_environment_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Computer_environment_name? string -
- Version_identifier? string -
- Release_identifier? string -
- Object_identifier? string -
edifact.d03a.shipping.mCONDRO: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.shipping.mCONDRO: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.shipping.mCONDRO: DIMENSIONS_GType
Fields
- Measurement_unit_code string -
- Length_measure? int? -
- Width_measure? int? -
- Height_measure? int? -
edifact.d03a.shipping.mCONDRO: Dimensions_Type
Fields
- code string(default "DIM") -
- DIMENSION_TYPE_CODE_QUALIFIER? string -
- DIMENSIONS? DIMENSIONS_GType? -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: EDI_CONDRO_CONDRO
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Authentication_result Authentication_result_Type[](default []) -
- Agreement_identification Agreement_identification_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
- group_5 Group_5_GType[](default []) -
- group_7 Group_7_GType[](default []) -
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROHeaders
Envelope headers of a EDI_CONDRO_CONDRO interchange.
Fields
- interchange EDI_CONDRO_CONDROInterchangeHeader - Interchange header
- 'transaction EDI_CONDRO_CONDROTransactionHeader - Transaction header
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROInterchange
A parsed EDI_CONDRO_CONDRO interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_CONDRO_CONDROInterchangeHeader - Interchange header segment
- transactions EDI_CONDRO_CONDROTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_CONDRO_CONDROInterchangeTrailer - Interchange trailer segment
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROTransaction
A single transaction within a EDI_CONDRO_CONDRO interchange.
Fields
- transactionHeader EDI_CONDRO_CONDROTransactionHeader - Transaction header segment
- body EDI_CONDRO_CONDRO|error - Parsed EDI_CONDRO_CONDRO body, or the parse error when the body is malformed
- transactionTrailer EDI_CONDRO_CONDROTransactionTrailer - Transaction trailer segment
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.shipping.mCONDRO: EDI_CONDRO_CONDROTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.shipping.mCONDRO: External_file_link_identification_Type
Fields
- code string(default "EFI") -
- FILE_IDENTIFICATION? FILE_IDENTIFICATION_GType? -
- FILE_DETAILS? FILE_DETAILS_GType? -
- SEQUENCE_POSITION_IDENTIFIER? string -
- FILE_COMPRESSION_TECHNIQUE_NAME? string -
edifact.d03a.shipping.mCONDRO: FILE_DETAILS_GType
Fields
- File_format_name string -
- Version_identifier? string -
- Data_format_description_code? string -
- Data_format_description? string -
edifact.d03a.shipping.mCONDRO: FILE_IDENTIFICATION_GType
Fields
- File_name? string -
- Item_description? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: Group_1_GType
Fields
- Reference Reference_Type -
- Document_message_details? Document_message_details_Type? -
- Date_time_period? Date_time_period_Type? -
- Free_text Free_text_Type[](default []) -
edifact.d03a.shipping.mCONDRO: Group_2_GType
Fields
- Name_and_address Name_and_address_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
edifact.d03a.shipping.mCONDRO: Group_3_GType
Fields
- Reference Reference_Type -
- Computer_environment_details Computer_environment_details_Type[](default []) -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.shipping.mCONDRO: Group_4_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
- Place_location_identification? Place_location_identification_Type? -
edifact.d03a.shipping.mCONDRO: Group_5_GType
Fields
- Document_message_details Document_message_details_Type -
- Parties_and_instruction Parties_and_instruction_Type[](default []) -
- Reference? Reference_Type? -
- Measurements? Measurements_Type? -
- group_6 Group_6_GType[](default []) -
edifact.d03a.shipping.mCONDRO: Group_6_GType
Fields
- External_file_link_identification External_file_link_identification_Type -
- Computer_environment_details Computer_environment_details_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.shipping.mCONDRO: Group_7_GType
Fields
- Structure_identification Structure_identification_Type -
- Processing_information? Processing_information_Type? -
- Date_time_period? Date_time_period_Type? -
- Item_description? Item_description_Type? -
- Reference Reference_Type[](default []) -
- Quantity? Quantity_Type? -
- group_8? Group_8_GType? -
edifact.d03a.shipping.mCONDRO: Group_8_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Dimensions Dimensions_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Measurements? Measurements_Type? -
edifact.d03a.shipping.mCONDRO: INSTRUCTION_GType
Fields
- Instruction_type_code_qualifier string -
- Instruction_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Instruction_description? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.shipping.mCONDRO: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.shipping.mCONDRO: ITEM_DESCRIPTION_GType
Fields
- Item_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Item_description? string -
- Item_description_4? string -
- Language_name_code? string -
edifact.d03a.shipping.mCONDRO: Item_description_Type
Fields
- code string(default "IMD") -
- DESCRIPTION_FORMAT_CODE? string -
- ITEM_CHARACTERISTIC? ITEM_CHARACTERISTIC_GType? -
- ITEM_DESCRIPTION? ITEM_DESCRIPTION_GType? -
- SURFACE_OR_LAYER_CODE? string -
edifact.d03a.shipping.mCONDRO: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: Parties_and_instruction_Type
Fields
- code string(default "INP") -
- PARTIES_TO_INSTRUCTION? PARTIES_TO_INSTRUCTION_GType? -
- INSTRUCTION? INSTRUCTION_GType? -
- STATUS_OF_INSTRUCTION? STATUS_OF_INSTRUCTION_GType? -
edifact.d03a.shipping.mCONDRO: PARTIES_TO_INSTRUCTION_GType
Fields
- Enacting_party_identifier string -
- Instruction_receiving_party_identifier? string -
edifact.d03a.shipping.mCONDRO: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.shipping.mCONDRO: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.shipping.mCONDRO: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.shipping.mCONDRO: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.shipping.mCONDRO: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.shipping.mCONDRO: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: 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.shipping.mCONDRO: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.shipping.mCONDRO: STATUS_OF_INSTRUCTION_GType
Fields
- Status_description_code string -
- Party_name? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: Structure_identification_Type
Fields
- code string(default "BII") -
- INDEXING_STRUCTURE_CODE_QUALIFIER? string -
- BILL_LEVEL_IDENTIFICATION? BILL_LEVEL_IDENTIFICATION_GType? -
- ITEM_IDENTIFIER? string -
edifact.d03a.shipping.mCONDRO: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.shipping.mCONDRO: 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.shipping.mCONDRO;Metadata
Released date: 5 days ago
Version: 1.0.0
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 23
Current verison: 0
Weekly downloads
Keywords
shipping
container
customs
EDI
EDIFACT
D03A
B2B
Business Management/ERP
Cost/Free
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Shipping
Contributors
Dependencies