edifact.d03a.services.mICASRP
Modules
edifact.d03a.services.mICASRP
edifact.d03a.services.mINSDESedifact.d03a.services.mINSPREedifact.d03a.services.mINSREQedifact.d03a.services.mINSRPTedifact.d03a.services.mJOBAPPedifact.d03a.services.mJOBCONedifact.d03a.services.mJOBMODedifact.d03a.services.mJOBOFFedifact.d03a.services.mJUPREQedifact.d03a.services.mLREACTedifact.d03a.services.mLRECLMedifact.d03a.services.mMEDPIDedifact.d03a.services.mMEDPREedifact.d03a.services.mMEDREQedifact.d03a.services.mMEDRPTedifact.d03a.services.mMEDRUCedifact.d03a.services.mMEQPOSedifact.d03a.services.mMOVINSedifact.d03a.services.mPAYDUCedifact.d03a.services.mRECLAMedifact.d03a.services.mREGENTedifact.d03a.services.mSLSFCTedifact.d03a.services.mSLSRPTedifact.d03a.services.mSOCADEedifact.d03a.services.mWKGRDCedifact.d03a.services.mWKGRREModule edifact.d03a.services.mICASRP
API
Definitions
ballerinax/edifact.d03a.services.mICASRP Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_ICASRP_ICASRP|errorConvert EDI string to Ballerina EDI_ICASRP_ICASRP record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_ICASRP_ICASRP|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_ICASRP_ICASRP|errorConvert EDI string to Ballerina EDI_ICASRP_ICASRP record with schema.
Return Type
- EDI_ICASRP_ICASRP|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_ICASRP_ICASRPHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_ICASRP_ICASRPHeaders|error - Parsed EDI_ICASRP_ICASRPHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_ICASRP_ICASRPInterchange|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_ICASRP_ICASRPInterchange|error - Parsed EDI_ICASRP_ICASRPInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_ICASRP_ICASRPInterchange msg) returns string|errorSerialise a EDI_ICASRP_ICASRPInterchange 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_ICASRP_ICASRPInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_ICASRP_ICASRP data) returns string|errorConvert Ballerina EDI_ICASRP_ICASRP record to EDI string.
Parameters
- data EDI_ICASRP_ICASRP - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_ICASRP_ICASRP data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_ICASRP_ICASRP record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_ICASRP_ICASRP 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_ICASRP_ICASRP. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_ICASRP_ICASRPHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_ICASRP_ICASRPInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_ICASRP_ICASRPInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_ICASRP_ICASRPInterchange record to EDI string.
Parameters
- content any - EDI_ICASRP_ICASRPInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_ICASRP_ICASRP record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.services.mICASRP: ACCOUNT_HOLDER_IDENTIFICATION_GType
Fields
- Account_holder_identifier? string -
- Account_holder_name? string -
- Account_holder_name_2? string -
- Currency_identification_code? string -
edifact.d03a.services.mICASRP: ACTION_GType
Fields
- Action_request_notification_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Action_request_notification_description? string -
edifact.d03a.services.mICASRP: ADDRESS_DETAILS_GType
Fields
- Address_format_code string -
- Address_component_description string -
- Address_component_description_2? string -
- Address_component_description_3? string -
- Address_component_description_4? string -
- Address_component_description_5? string -
edifact.d03a.services.mICASRP: Address_Type
Fields
- code string(default "ADR") -
- ADDRESS_USAGE? ADDRESS_USAGE_GType? -
- ADDRESS_DETAILS? ADDRESS_DETAILS_GType? -
- CITY_NAME? string -
- POSTAL_IDENTIFICATION_CODE? string -
- COUNTRY_NAME_CODE? string -
- COUNTRY_SUB_ENTITY_DETAILS COUNTRY_SUB_ENTITY_DETAILS_GType[](default []) -
- LOCATION_IDENTIFICATION LOCATION_IDENTIFICATION_GType[](default []) -
edifact.d03a.services.mICASRP: ADDRESS_USAGE_GType
Fields
- Address_purpose_code? string -
- Address_type_code? string -
- Address_status_code? string -
edifact.d03a.services.mICASRP: ATTRIBUTE_DETAIL_GType
Fields
- Attribute_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_description? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: 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.services.mICASRP: 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.mICASRP: CHARACTERISTIC_DESCRIPTION_GType
Fields
- Characteristic_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Characteristic_description? string -
- Characteristic_description_4? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: 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.services.mICASRP: COMMODITY_RATE_DETAIL_GType
Fields
- Commodity_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.services.mICASRP: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.services.mICASRP: Component_details_Type
Fields
- code string(default "COD") -
- TYPE_OF_UNIT_COMPONENT? TYPE_OF_UNIT_COMPONENT_GType? -
- COMPONENT_MATERIAL? COMPONENT_MATERIAL_GType? -
edifact.d03a.services.mICASRP: COMPONENT_MATERIAL_GType
Fields
- Component_material_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Component_material_description? string -
edifact.d03a.services.mICASRP: Contribution_details_Type
Fields
- code string(default "COT") -
- CONTRIBUTION_CODE_QUALIFIER? string -
- CONTRIBUTION_TYPE? CONTRIBUTION_TYPE_GType? -
- INSTRUCTION? INSTRUCTION_GType? -
- RATE_TARIFF_CLASS? RATE_TARIFF_CLASS_GType? -
- REASON_FOR_CHANGE? REASON_FOR_CHANGE_GType? -
edifact.d03a.services.mICASRP: CONTRIBUTION_TYPE_GType
Fields
- Contribution_type_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Contribution_type_description? string -
edifact.d03a.services.mICASRP: 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.mICASRP: 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.mICASRP: 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.mICASRP: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.services.mICASRP: DAMAGE_AREA_GType
Fields
- Damage_area_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Damage_area_description? string -
edifact.d03a.services.mICASRP: DAMAGE_SEVERITY_GType
Fields
- Damage_severity_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Damage_severity_description? string -
edifact.d03a.services.mICASRP: Damage_Type
Fields
- code string(default "DAM") -
- DAMAGE_DETAILS_CODE_QUALIFIER? string -
- TYPE_OF_DAMAGE? TYPE_OF_DAMAGE_GType? -
- DAMAGE_AREA? DAMAGE_AREA_GType? -
- DAMAGE_SEVERITY? DAMAGE_SEVERITY_GType? -
- ACTION? ACTION_GType? -
edifact.d03a.services.mICASRP: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.services.mICASRP: 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.mICASRP: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.services.mICASRP: 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.mICASRP: 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.mICASRP: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mICASRP: 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.mICASRP: DUTY_TAX_FEE_ACCOUNT_DETAIL_GType
Fields
- Duty_or_tax_or_fee_account_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: DUTY_TAX_FEE_DETAIL_GType
Fields
- Duty_or_tax_or_fee_rate_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Duty_or_tax_or_fee_rate? string -
- Duty_or_tax_or_fee_rate_basis_code? string -
- Code_list_identification_code_5? string -
- Code_list_responsible_agency_code_6? string -
edifact.d03a.services.mICASRP: Duty_tax_fee_details_Type
Fields
- code string(default "TAX") -
- DUTY_OR_TAX_OR_FEE_FUNCTION_CODE_QUALIFIER? string -
- DUTY_TAX_FEE_TYPE? DUTY_TAX_FEE_TYPE_GType? -
- DUTY_TAX_FEE_ACCOUNT_DETAIL? DUTY_TAX_FEE_ACCOUNT_DETAIL_GType? -
- DUTY_OR_TAX_OR_FEE_ASSESSMENT_BASIS_QUANTITY? string -
- DUTY_TAX_FEE_DETAIL? DUTY_TAX_FEE_DETAIL_GType? -
- DUTY_OR_TAX_OR_FEE_CATEGORY_CODE? string -
- PARTY_TAX_IDENTIFIER? string -
- CALCULATION_SEQUENCE_CODE? string -
edifact.d03a.services.mICASRP: DUTY_TAX_FEE_TYPE_GType
Fields
- Duty_or_tax_or_fee_type_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Duty_or_tax_or_fee_type_name? string -
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRP
Fields
- Beginning_of_message Beginning_of_message_Type -
- Attribute Attribute_Type[](default []) -
- Currencies? Currencies_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_3 Group_3_GType[](default []) -
- group_10 Group_10_GType[](default []) -
- group_11 Group_11_GType[](default []) -
- group_12 Group_12_GType[](default []) -
- group_14 Group_14_GType[](default []) -
- group_23 Group_23_GType[](default []) -
- group_24 Group_24_GType[](default []) -
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPHeaders
Envelope headers of a EDI_ICASRP_ICASRP interchange.
Fields
- interchange EDI_ICASRP_ICASRPInterchangeHeader - Interchange header
- 'transaction EDI_ICASRP_ICASRPTransactionHeader - Transaction header
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPInterchange
A parsed EDI_ICASRP_ICASRP interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_ICASRP_ICASRPInterchangeHeader - Interchange header segment
- transactions EDI_ICASRP_ICASRPTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_ICASRP_ICASRPInterchangeTrailer - Interchange trailer segment
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPTransaction
A single transaction within a EDI_ICASRP_ICASRP interchange.
Fields
- transactionHeader EDI_ICASRP_ICASRPTransactionHeader - Transaction header segment
- body EDI_ICASRP_ICASRP|error - Parsed EDI_ICASRP_ICASRP body, or the parse error when the body is malformed
- transactionTrailer EDI_ICASRP_ICASRPTransactionTrailer - Transaction trailer segment
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.services.mICASRP: EDI_ICASRP_ICASRPTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.services.mICASRP: 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.services.mICASRP: 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.services.mICASRP: EVENT_CATEGORY_GType
Fields
- Event_category_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Event_category_description? string -
edifact.d03a.services.mICASRP: EVENT_IDENTIFICATION_GType
Fields
- Event_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Event? string -
edifact.d03a.services.mICASRP: Event_Type
Fields
- code string(default "EVE") -
- EVENT_DETAILS_CODE_QUALIFIER? string -
- EVENT_CATEGORY? EVENT_CATEGORY_GType? -
- EVENT_TYPE? EVENT_TYPE_GType? -
- EVENT_IDENTIFICATION EVENT_IDENTIFICATION_GType[](default []) -
edifact.d03a.services.mICASRP: EVENT_TYPE_GType
Fields
- Event_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Event_type_description? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: FILE_DETAILS_GType
Fields
- File_format_name string -
- Version_identifier? string -
- Data_format_description_code? string -
- Data_format_description? string -
edifact.d03a.services.mICASRP: FILE_IDENTIFICATION_GType
Fields
- File_name? string -
- Item_description? string -
edifact.d03a.services.mICASRP: Financial_institution_information_Type
Fields
- code string(default "FII") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- ACCOUNT_HOLDER_IDENTIFICATION? ACCOUNT_HOLDER_IDENTIFICATION_GType? -
- INSTITUTION_IDENTIFICATION? INSTITUTION_IDENTIFICATION_GType? -
- COUNTRY_NAME_CODE? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: Group_10_GType
Fields
- Insurance_cover_description Insurance_cover_description_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Reference Reference_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_11_GType
Fields
- Document_message_details Document_message_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Address Address_Type[](default []) -
- External_file_link_identification? External_file_link_identification_Type? -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_12_GType
Fields
- Party_identification Party_identification_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Measurements Measurements_Type[](default []) -
- Reference Reference_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_13 Group_13_GType[](default []) -
edifact.d03a.services.mICASRP: Group_13_GType
Fields
- Component_details Component_details_Type -
- Identity Identity_Type[](default []) -
- Address? Address_Type? -
- Financial_institution_information? Financial_institution_information_Type? -
- Attribute Attribute_Type[](default []) -
- Communication_contact Communication_contact_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Employment_details Employment_details_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_14_GType
Fields
- Risk_object_type Risk_object_type_Type -
- Identity Identity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Duty_tax_fee_details? Duty_tax_fee_details_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- Place_location_identification Place_location_identification_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Measurements Measurements_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Rate_details Rate_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_15 Group_15_GType[](default []) -
- group_17 Group_17_GType[](default []) -
edifact.d03a.services.mICASRP: Group_15_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_16 Group_16_GType[](default []) -
edifact.d03a.services.mICASRP: Group_16_GType
Fields
- Contribution_details Contribution_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_17_GType
Fields
- Component_details Component_details_Type -
- Identity Identity_Type[](default []) -
- Address? Address_Type? -
- Attribute Attribute_Type[](default []) -
- Communication_contact Communication_contact_Type[](default []) -
- Damage Damage_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Measurements Measurements_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_18 Group_18_GType[](default []) -
- group_20 Group_20_GType[](default []) -
edifact.d03a.services.mICASRP: Group_18_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_19 Group_19_GType[](default []) -
edifact.d03a.services.mICASRP: Group_19_GType
Fields
- Contribution_details Contribution_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_1_GType
Fields
- Party_identification Party_identification_Type -
- group_2 Group_2_GType[](default []) -
edifact.d03a.services.mICASRP: Group_20_GType
Fields
- Item_description Item_description_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Measurements Measurements_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_21 Group_21_GType[](default []) -
edifact.d03a.services.mICASRP: Group_21_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_22 Group_22_GType[](default []) -
edifact.d03a.services.mICASRP: Group_22_GType
Fields
- Contribution_details Contribution_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_23_GType
Fields
- Process_identification Process_identification_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_24_GType
Fields
- Sequence_details Sequence_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
- group_25 Group_25_GType[](default []) -
edifact.d03a.services.mICASRP: Group_25_GType
Fields
- Component_details Component_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_2_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mICASRP: Group_3_GType
Fields
- Event Event_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_4 Group_4_GType[](default []) -
- group_6 Group_6_GType[](default []) -
edifact.d03a.services.mICASRP: Group_4_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_5 Group_5_GType[](default []) -
edifact.d03a.services.mICASRP: Group_5_GType
Fields
- Contribution_details Contribution_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: Group_6_GType
Fields
- Component_details Component_details_Type -
- Identity Identity_Type[](default []) -
- Address? Address_Type? -
- Attribute Attribute_Type[](default []) -
- Communication_contact Communication_contact_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_7 Group_7_GType[](default []) -
edifact.d03a.services.mICASRP: Group_7_GType
Fields
- Premium_calculation_component_details Premium_calculation_component_details_Type -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_8 Group_8_GType[](default []) -
edifact.d03a.services.mICASRP: Group_8_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_9 Group_9_GType[](default []) -
edifact.d03a.services.mICASRP: Group_9_GType
Fields
- Contribution_details Contribution_details_Type -
- Identity Identity_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mICASRP: IDENTIFICATION_NUMBER_GType
Fields
- Object_identifier string -
- Object_identification_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.services.mICASRP: Identity_Type
Fields
- code string(default "IDE") -
- OBJECT_TYPE_CODE_QUALIFIER? string -
- IDENTIFICATION_NUMBER? IDENTIFICATION_NUMBER_GType? -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
- CONFIGURATION_LEVEL_NUMBER? int? -
- POSITION_IDENTIFICATION POSITION_IDENTIFICATION_GType[](default []) -
- CHARACTERISTIC_DESCRIPTION? CHARACTERISTIC_DESCRIPTION_GType? -
edifact.d03a.services.mICASRP: INSTITUTION_IDENTIFICATION_GType
Fields
- Institution_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Institution_branch_identifier? string -
- Code_list_identification_code_4? string -
- Code_list_responsible_agency_code_5? string -
- Institution_name? string -
- Institution_branch_location_name? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: Insurance_cover_description_Type
Fields
- code string(default "ICD") -
- INSURANCE_COVER_TYPE? INSURANCE_COVER_TYPE_GType? -
- INSURANCE_COVER_DETAILS? INSURANCE_COVER_DETAILS_GType? -
edifact.d03a.services.mICASRP: INSURANCE_COVER_DETAILS_GType
Fields
- Insurance_cover_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Insurance_cover_description? string -
- Insurance_cover_description_4? string -
edifact.d03a.services.mICASRP: INSURANCE_COVER_TYPE_GType
Fields
- Insurance_cover_type_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: 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.mICASRP: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.services.mICASRP: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: 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.mICASRP: 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.mICASRP: 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.mICASRP: 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.services.mICASRP: 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.services.mICASRP: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.services.mICASRP: 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.mICASRP: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.services.mICASRP: 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.mICASRP: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.services.mICASRP: NAME_COMPONENT_DETAILS_6_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mICASRP: NAME_COMPONENT_DETAILS_7_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mICASRP: NAME_COMPONENT_DETAILS_8_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mICASRP: NAME_COMPONENT_DETAILS_9_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mICASRP: NAME_COMPONENT_DETAILS_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: Party_identification_Type
Fields
- code string(default "PNA") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- IDENTIFICATION_NUMBER? IDENTIFICATION_NUMBER_GType? -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- NAME_TYPE_CODE? string -
- NAME_STATUS_CODE? string -
- NAME_COMPONENT_DETAILS? NAME_COMPONENT_DETAILS_GType? -
- NAME_COMPONENT_DETAILS_6? NAME_COMPONENT_DETAILS_6_GType? -
- NAME_COMPONENT_DETAILS_7? NAME_COMPONENT_DETAILS_7_GType? -
- NAME_COMPONENT_DETAILS_8? NAME_COMPONENT_DETAILS_8_GType? -
- NAME_COMPONENT_DETAILS_9? NAME_COMPONENT_DETAILS_9_GType? -
edifact.d03a.services.mICASRP: 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.services.mICASRP: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.services.mICASRP: 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.mICASRP: POSITION_IDENTIFICATION_GType
Fields
- Hierarchical_structure_level_identifier? string -
- Sequence_position_identifier? string -
edifact.d03a.services.mICASRP: Premium_calculation_component_details_Type
Fields
- code string(default "PCC") -
- PREMIUM_CALCULATION_COMPONENT? PREMIUM_CALCULATION_COMPONENT_GType? -
- PREMIUM_CALCULATION_COMPONENT_VALUE_CATEGORY_IDENTIFIER? string -
edifact.d03a.services.mICASRP: PREMIUM_CALCULATION_COMPONENT_GType
Fields
- Premium_calculation_component_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: PROCESS_IDENTIFICATION_DETAILS_GType
Fields
- Process_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Process_description? string -
edifact.d03a.services.mICASRP: Process_identification_Type
Fields
- code string(default "PRC") -
- PROCESS_TYPE_AND_DESCRIPTION? PROCESS_TYPE_AND_DESCRIPTION_GType? -
- PROCESS_IDENTIFICATION_DETAILS? PROCESS_IDENTIFICATION_DETAILS_GType? -
edifact.d03a.services.mICASRP: PROCESS_TYPE_AND_DESCRIPTION_GType
Fields
- Process_type_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Process_type_description? string -
- Process_type_description_4? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.services.mICASRP: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.services.mICASRP: Query_and_response_Type
Fields
- code string(default "QRS") -
- SECTOR_AREA_IDENTIFICATION_CODE_QUALIFIER? string -
- QUESTION_DETAILS? QUESTION_DETAILS_GType? -
- RESPONSE_DETAILS? RESPONSE_DETAILS_GType? -
edifact.d03a.services.mICASRP: QUESTION_DETAILS_GType
Fields
- Question_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Question_description? string -
edifact.d03a.services.mICASRP: RATE_DETAILS_GType
Fields
- Rate_type_code_qualifier string -
- Unit_price_basis_rate int -
- Unit_price_basis_quantity? int? -
- Measurement_unit_code? string -
edifact.d03a.services.mICASRP: Rate_details_Type
Fields
- code string(default "RTE") -
- RATE_DETAILS? RATE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: 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.services.mICASRP: REASON_FOR_CHANGE_GType
Fields
- Change_reason_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Change_reason_description? string -
edifact.d03a.services.mICASRP: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mICASRP: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.services.mICASRP: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mICASRP: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.services.mICASRP: 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.mICASRP: 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.mICASRP: RESPONSE_DETAILS_GType
Fields
- Response_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Response_description? string -
edifact.d03a.services.mICASRP: RISK_OBJECT_SUB_TYPE_GType
Fields
- Risk_object_sub_type_description_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Risk_object_sub_type_description? string -
edifact.d03a.services.mICASRP: RISK_OBJECT_TYPE_GType
Fields
- Risk_object_type_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: Risk_object_type_Type
Fields
- code string(default "ROD") -
- RISK_OBJECT_TYPE? RISK_OBJECT_TYPE_GType? -
- RISK_OBJECT_SUB_TYPE? RISK_OBJECT_SUB_TYPE_GType? -
edifact.d03a.services.mICASRP: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mICASRP: Sequence_details_Type
Fields
- code string(default "SEQ") -
- SEQUENCE_INFORMATION? SEQUENCE_INFORMATION_GType? -
edifact.d03a.services.mICASRP: SEQUENCE_INFORMATION_GType
Fields
- Sequence_position_identifier string -
- Sequence_identifier_source_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mICASRP: TYPE_OF_DAMAGE_GType
Fields
- Damage_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Damage_type_description? string -
edifact.d03a.services.mICASRP: TYPE_OF_UNIT_COMPONENT_GType
Fields
- Unit_or_component_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Unit_or_component_type_description? string -
edifact.d03a.services.mICASRP: 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.services.mICASRP;Metadata
Released date: 3 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