edifact.d03a.services.mSLSFCT
Modules
edifact.d03a.services.mSLSFCT
edifact.d03a.services.mSLSRPTedifact.d03a.services.mSOCADEedifact.d03a.services.mWKGRDCedifact.d03a.services.mWKGRREModule edifact.d03a.services.mSLSFCT
API
Definitions
ballerinax/edifact.d03a.services.mSLSFCT Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_SLSFCT_SLSFCT|errorConvert EDI string to Ballerina EDI_SLSFCT_SLSFCT record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_SLSFCT_SLSFCT|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_SLSFCT_SLSFCT|errorConvert EDI string to Ballerina EDI_SLSFCT_SLSFCT record with schema.
Return Type
- EDI_SLSFCT_SLSFCT|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_SLSFCT_SLSFCTHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_SLSFCT_SLSFCTHeaders|error - Parsed EDI_SLSFCT_SLSFCTHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_SLSFCT_SLSFCTInterchange|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_SLSFCT_SLSFCTInterchange|error - Parsed EDI_SLSFCT_SLSFCTInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_SLSFCT_SLSFCTInterchange msg) returns string|errorSerialise a EDI_SLSFCT_SLSFCTInterchange 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_SLSFCT_SLSFCTInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_SLSFCT_SLSFCT data) returns string|errorConvert Ballerina EDI_SLSFCT_SLSFCT record to EDI string.
Parameters
- data EDI_SLSFCT_SLSFCT - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_SLSFCT_SLSFCT data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_SLSFCT_SLSFCT record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_SLSFCT_SLSFCT 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_SLSFCT_SLSFCT. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_SLSFCT_SLSFCTHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_SLSFCT_SLSFCTInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_SLSFCT_SLSFCTInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_SLSFCT_SLSFCTInterchange record to EDI string.
Parameters
- content any - EDI_SLSFCT_SLSFCTInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_SLSFCT_SLSFCT record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.services.mSLSFCT: Additional_information_Type
Fields
- code string(default "ALI") -
- COUNTRY_OF_ORIGIN_NAME_CODE? string -
- DUTY_REGIME_TYPE_CODE? string -
- SPECIAL_CONDITION_CODE? string -
- SPECIAL_CONDITION_CODE_3? string -
- SPECIAL_CONDITION_CODE_4? string -
- SPECIAL_CONDITION_CODE_5? string -
- SPECIAL_CONDITION_CODE_6? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.services.mSLSFCT: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.services.mSLSFCT: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: CURRENCY_DETAILS_1_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.services.mSLSFCT: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.services.mSLSFCT: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.services.mSLSFCT: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: EDI_SLSFCT_SLSFCT
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
- group_5 Group_5_GType[](default []) -
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTHeaders
Envelope headers of a EDI_SLSFCT_SLSFCT interchange.
Fields
- interchange EDI_SLSFCT_SLSFCTInterchangeHeader - Interchange header
- 'transaction EDI_SLSFCT_SLSFCTTransactionHeader - Transaction header
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTInterchange
A parsed EDI_SLSFCT_SLSFCT interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_SLSFCT_SLSFCTInterchangeHeader - Interchange header segment
- transactions EDI_SLSFCT_SLSFCTTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_SLSFCT_SLSFCTInterchangeTrailer - Interchange trailer segment
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTTransaction
A single transaction within a EDI_SLSFCT_SLSFCT interchange.
Fields
- transactionHeader EDI_SLSFCT_SLSFCTTransactionHeader - Transaction header segment
- body EDI_SLSFCT_SLSFCT|error - Parsed EDI_SLSFCT_SLSFCT body, or the parse error when the body is malformed
- transactionTrailer EDI_SLSFCT_SLSFCTTransactionTrailer - Transaction trailer segment
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.services.mSLSFCT: EDI_SLSFCT_SLSFCTTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.services.mSLSFCT: Group_1_GType
Fields
- Name_and_address Name_and_address_Type -
- group_2 Group_2_GType[](default []) -
edifact.d03a.services.mSLSFCT: Group_2_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.services.mSLSFCT: Group_3_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mSLSFCT: Group_4_GType
Fields
- Currencies Currencies_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mSLSFCT: Group_5_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Date_time_period Date_time_period_Type[](default []) -
- group_6 Group_6_GType[](default []) -
edifact.d03a.services.mSLSFCT: Group_6_GType
Fields
- Line_item Line_item_Type -
- Additional_product_id Additional_product_id_Type[](default []) -
- Item_description Item_description_Type[](default []) -
- Package Package_Type[](default []) -
- Reference Reference_Type[](default []) -
- Document_message_details Document_message_details_Type[](default []) -
- Additional_information Additional_information_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Price_details Price_details_Type[](default []) -
- group_7 Group_7_GType[](default []) -
edifact.d03a.services.mSLSFCT: Group_7_GType
Fields
- Quantity Quantity_Type -
- Market_sales_channel_information? Market_sales_channel_information_Type? -
- Name_and_address? Name_and_address_Type? -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.services.mSLSFCT: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: Line_item_Type
Fields
- code string(default "LIN") -
- LINE_ITEM_IDENTIFIER? string -
- ITEM_NUMBER_IDENTIFICATION? ITEM_NUMBER_IDENTIFICATION_GType? -
- SUB_LINE_INFORMATION? SUB_LINE_INFORMATION_GType? -
- CONFIGURATION_LEVEL_NUMBER? int? -
- CONFIGURATION_OPERATION_CODE? string -
edifact.d03a.services.mSLSFCT: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.services.mSLSFCT: Market_sales_channel_information_Type
Fields
- code string(default "MKS") -
- SECTOR_AREA_IDENTIFICATION_CODE_QUALIFIER? string -
- SALES_CHANNEL_IDENTIFICATION? SALES_CHANNEL_IDENTIFICATION_GType? -
edifact.d03a.services.mSLSFCT: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: Package_Type
Fields
- code string(default "PAC") -
- PACKAGE_QUANTITY? int? -
- PACKAGING_DETAILS? PACKAGING_DETAILS_GType? -
- PACKAGE_TYPE? PACKAGE_TYPE_GType? -
- PACKAGE_TYPE_IDENTIFICATION? PACKAGE_TYPE_IDENTIFICATION_GType? -
- RETURNABLE_PACKAGE_DETAILS? RETURNABLE_PACKAGE_DETAILS_GType? -
edifact.d03a.services.mSLSFCT: PACKAGE_TYPE_GType
Fields
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
edifact.d03a.services.mSLSFCT: PACKAGE_TYPE_IDENTIFICATION_GType
Fields
- Description_format_code string -
- Type_of_packages string -
- Item_type_identification_code? string -
- Type_of_packages_3? string -
- Item_type_identification_code_4? string -
edifact.d03a.services.mSLSFCT: PACKAGING_DETAILS_GType
Fields
- Packaging_level_code? string -
- Packaging_related_description_code? string -
- Packaging_terms_and_conditions_code? string -
edifact.d03a.services.mSLSFCT: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: Price_details_Type
Fields
- code string(default "PRI") -
- PRICE_INFORMATION? PRICE_INFORMATION_GType? -
- SUB_LINE_ITEM_PRICE_CHANGE_OPERATION_CODE? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.services.mSLSFCT: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.services.mSLSFCT: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mSLSFCT: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.services.mSLSFCT: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mSLSFCT: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: 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.services.mSLSFCT: RETURNABLE_PACKAGE_DETAILS_GType
Fields
- Returnable_package_freight_payment_responsibility_code? string -
- Returnable_package_load_contents_code? string -
edifact.d03a.services.mSLSFCT: SALES_CHANNEL_IDENTIFICATION_GType
Fields
- Sales_channel_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mSLSFCT: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mSLSFCT: 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.services.mSLSFCT: SUB_LINE_INFORMATION_GType
Fields
- Sub_line_indicator_code? string -
- Line_item_identifier? string -
edifact.d03a.services.mSLSFCT: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
Import
import ballerinax/edifact.d03a.services.mSLSFCT;Metadata
Released date: 2 days ago
Version: 1.0.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 30
Current verison: 1
Weekly downloads
Keywords
insurance
healthcare
EDI
EDIFACT
D03A
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Services
Contributors
Dependencies