edifact.d03a.logistics.mIFTRIN
Modules
edifact.d03a.logistics.mIFTRIN
edifact.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.mIFTRIN
API
Definitions
ballerinax/edifact.d03a.logistics.mIFTRIN Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_IFTRIN_IFTRIN|errorConvert EDI string to Ballerina EDI_IFTRIN_IFTRIN record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_IFTRIN_IFTRIN|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_IFTRIN_IFTRIN|errorConvert EDI string to Ballerina EDI_IFTRIN_IFTRIN record with schema.
Return Type
- EDI_IFTRIN_IFTRIN|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_IFTRIN_IFTRINHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_IFTRIN_IFTRINHeaders|error - Parsed EDI_IFTRIN_IFTRINHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_IFTRIN_IFTRINInterchange|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_IFTRIN_IFTRINInterchange|error - Parsed EDI_IFTRIN_IFTRINInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_IFTRIN_IFTRINInterchange msg) returns string|errorSerialise a EDI_IFTRIN_IFTRINInterchange 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_IFTRIN_IFTRINInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_IFTRIN_IFTRIN data) returns string|errorConvert Ballerina EDI_IFTRIN_IFTRIN record to EDI string.
Parameters
- data EDI_IFTRIN_IFTRIN - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_IFTRIN_IFTRIN data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_IFTRIN_IFTRIN record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_IFTRIN_IFTRIN 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_IFTRIN_IFTRIN. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_IFTRIN_IFTRINHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_IFTRIN_IFTRINInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_IFTRIN_IFTRINInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_IFTRIN_IFTRINInterchange record to EDI string.
Parameters
- content any - EDI_IFTRIN_IFTRINInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_IFTRIN_IFTRIN record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: CARRIER_GType
Fields
- Carrier_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Carrier_name? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: COMMODITY_RATE_DETAIL_GType
Fields
- Commodity_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTRIN: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.logistics.mIFTRIN: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.logistics.mIFTRIN: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.logistics.mIFTRIN: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.logistics.mIFTRIN: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.logistics.mIFTRIN: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: EDI_IFTRIN_IFTRIN
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
- group_3 Group_3_GType[](default []) -
- group_5 Group_5_GType[](default []) -
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINHeaders
Envelope headers of a EDI_IFTRIN_IFTRIN interchange.
Fields
- interchange EDI_IFTRIN_IFTRINInterchangeHeader - Interchange header
- 'transaction EDI_IFTRIN_IFTRINTransactionHeader - Transaction header
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINInterchange
A parsed EDI_IFTRIN_IFTRIN interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_IFTRIN_IFTRINInterchangeHeader - Interchange header segment
- transactions EDI_IFTRIN_IFTRINTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_IFTRIN_IFTRINInterchangeTrailer - Interchange trailer segment
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINTransaction
A single transaction within a EDI_IFTRIN_IFTRIN interchange.
Fields
- transactionHeader EDI_IFTRIN_IFTRINTransactionHeader - Transaction header segment
- body EDI_IFTRIN_IFTRIN|error - Parsed EDI_IFTRIN_IFTRIN body, or the parse error when the body is malformed
- transactionTrailer EDI_IFTRIN_IFTRINTransactionTrailer - Transaction trailer segment
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.logistics.mIFTRIN: EDI_IFTRIN_IFTRINTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.logistics.mIFTRIN: EXCESS_TRANSPORTATION_INFORMATION_GType
Fields
- Excess_transportation_reason_code string -
- Excess_transportation_responsibility_code string -
- Customer_shipment_authorisation_identifier? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Group_1_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTRIN: Group_2_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.logistics.mIFTRIN: Group_3_GType
Fields
- Name_and_address Name_and_address_Type -
- group_4 Group_4_GType[](default []) -
edifact.d03a.logistics.mIFTRIN: Group_4_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.logistics.mIFTRIN: Group_5_GType
Fields
- Transport_information Transport_information_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
- Reference Reference_Type[](default []) -
- Currencies Currencies_Type[](default []) -
- Measurements Measurements_Type[](default []) -
- group_6 Group_6_GType[](default []) -
edifact.d03a.logistics.mIFTRIN: Group_6_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Number_of_units Number_of_units_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Price_details Price_details_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.logistics.mIFTRIN: MODE_OF_TRANSPORT_GType
Fields
- Transport_mode_name_code? string -
- Transport_mode_name? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: NUMBER_OF_UNIT_DETAILS_GType
Fields
- Units_quantity? int? -
- Unit_type_code_qualifier? string -
edifact.d03a.logistics.mIFTRIN: Number_of_units_Type
Fields
- code string(default "EQN") -
- NUMBER_OF_UNIT_DETAILS? NUMBER_OF_UNIT_DETAILS_GType? -
edifact.d03a.logistics.mIFTRIN: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Price_details_Type
Fields
- code string(default "PRI") -
- PRICE_INFORMATION? PRICE_INFORMATION_GType? -
- SUB_LINE_ITEM_PRICE_CHANGE_OPERATION_CODE? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.logistics.mIFTRIN: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.logistics.mIFTRIN: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.logistics.mIFTRIN: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.logistics.mIFTRIN: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.logistics.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN: 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.mIFTRIN;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