edifact.d03a.shipping.mCOPAYM
Modules
edifact.d03a.shipping.mCOPAYM
edifact.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.mCOPAYM
API
Definitions
ballerinax/edifact.d03a.shipping.mCOPAYM Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_COPAYM_COPAYM|errorConvert EDI string to Ballerina EDI_COPAYM_COPAYM record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_COPAYM_COPAYM|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_COPAYM_COPAYM|errorConvert EDI string to Ballerina EDI_COPAYM_COPAYM record with schema.
Return Type
- EDI_COPAYM_COPAYM|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_COPAYM_COPAYMHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_COPAYM_COPAYMHeaders|error - Parsed EDI_COPAYM_COPAYMHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_COPAYM_COPAYMInterchange|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_COPAYM_COPAYMInterchange|error - Parsed EDI_COPAYM_COPAYMInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_COPAYM_COPAYMInterchange msg) returns string|errorSerialise a EDI_COPAYM_COPAYMInterchange 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_COPAYM_COPAYMInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_COPAYM_COPAYM data) returns string|errorConvert Ballerina EDI_COPAYM_COPAYM record to EDI string.
Parameters
- data EDI_COPAYM_COPAYM - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_COPAYM_COPAYM data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_COPAYM_COPAYM record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_COPAYM_COPAYM 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_COPAYM_COPAYM. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_COPAYM_COPAYMHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_COPAYM_COPAYMInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_COPAYM_COPAYMInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_COPAYM_COPAYMInterchange record to EDI string.
Parameters
- content any - EDI_COPAYM_COPAYMInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_COPAYM_COPAYM record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.shipping.mCOPAYM: ACCOUNT_HOLDER_IDENTIFICATION_GType
Fields
- Account_holder_identifier? string -
- Account_holder_name? string -
- Account_holder_name_2? string -
- Currency_identification_code? string -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: ADDRESS_USAGE_GType
Fields
- Address_purpose_code? string -
- Address_type_code? string -
- Address_status_code? string -
edifact.d03a.shipping.mCOPAYM: ATTRIBUTE_DETAIL_GType
Fields
- Attribute_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_description? string -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: Authentication_result_Type
Fields
- code string(default "AUT") -
- VALIDATION_RESULT_TEXT? string -
- VALIDATION_KEY_IDENTIFIER? string -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.shipping.mCOPAYM: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: CONTROL_GType
Fields
- Control_total_type_code_qualifier string -
- Control_total_quantity int -
- Measurement_unit_code? string -
edifact.d03a.shipping.mCOPAYM: Control_total_Type
Fields
- code string(default "CNT") -
- CONTROL? CONTROL_GType? -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: 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.shipping.mCOPAYM: CURRENCY_DETAILS_1_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.shipping.mCOPAYM: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.shipping.mCOPAYM: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.shipping.mCOPAYM: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.shipping.mCOPAYM: Document_line_identification_Type
Fields
- code string(default "DLI") -
- DOCUMENT_LINE_ACTION_CODE? string -
- LINE_ITEM_IDENTIFIER? string -
edifact.d03a.shipping.mCOPAYM: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: EDI_COPAYM_COPAYM
Fields
- Beginning_of_message Beginning_of_message_Type -
- Processing_information Processing_information_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Quantity? Quantity_Type? -
- Reference Reference_Type[](default []) -
- Currencies? Currencies_Type? -
- group_1 Group_1_GType[](default []) -
- Section_control Section_control_Type -
- group_2 Group_2_GType[](default []) -
- Section_control_1 Section_control_1_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
- Control_total? Control_total_Type? -
- group_6 Group_6_GType[](default []) -
- group_7 Group_7_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMHeaders
Envelope headers of a EDI_COPAYM_COPAYM interchange.
Fields
- interchange EDI_COPAYM_COPAYMInterchangeHeader - Interchange header
- 'transaction EDI_COPAYM_COPAYMTransactionHeader - Transaction header
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMInterchange
A parsed EDI_COPAYM_COPAYM interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_COPAYM_COPAYMInterchangeHeader - Interchange header segment
- transactions EDI_COPAYM_COPAYMTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_COPAYM_COPAYMInterchangeTrailer - Interchange trailer segment
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMTransaction
A single transaction within a EDI_COPAYM_COPAYM interchange.
Fields
- transactionHeader EDI_COPAYM_COPAYMTransactionHeader - Transaction header segment
- body EDI_COPAYM_COPAYM|error - Parsed EDI_COPAYM_COPAYM body, or the parse error when the body is malformed
- transactionTrailer EDI_COPAYM_COPAYMTransactionTrailer - Transaction trailer segment
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.shipping.mCOPAYM: EDI_COPAYM_COPAYMTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: Group_1_GType
Fields
- Party_identification Party_identification_Type -
- Address? Address_Type? -
- Contact_information? Contact_information_Type? -
- Communication_contact Communication_contact_Type[](default []) -
- Reference Reference_Type[](default []) -
- Attribute Attribute_Type[](default []) -
edifact.d03a.shipping.mCOPAYM: Group_2_GType
Fields
- Party_identification Party_identification_Type -
- Address Address_Type[](default []) -
- Contact_information? Contact_information_Type? -
- Communication_contact Communication_contact_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: Group_3_GType
Fields
- Contribution_details Contribution_details_Type -
- Document_line_identification? Document_line_identification_Type? -
- Date_time_period? Date_time_period_Type? -
- Percentage_details Percentage_details_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Reference Reference_Type[](default []) -
- Attribute Attribute_Type[](default []) -
edifact.d03a.shipping.mCOPAYM: Group_4_GType
Fields
- Place_location_identification Place_location_identification_Type -
- group_5 Group_5_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: Group_5_GType
Fields
- Percentage_details Percentage_details_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
edifact.d03a.shipping.mCOPAYM: Group_6_GType
Fields
- Payment_instructions Payment_instructions_Type -
- Financial_institution_information? Financial_institution_information_Type? -
- Monetary_amount Monetary_amount_Type[](default []) -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.shipping.mCOPAYM: Group_7_GType
Fields
- Authentication_result Authentication_result_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
edifact.d03a.shipping.mCOPAYM: IDENTIFICATION_NUMBER_GType
Fields
- Object_identifier string -
- Object_identification_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.mCOPAYM: 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.mCOPAYM: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: PAYMENT_INSTRUCTION_DETAILS_GType
Fields
- Payment_conditions_code? string -
- Payment_guarantee_means_code? string -
- Payment_means_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Payment_channel_code? string -
edifact.d03a.shipping.mCOPAYM: Payment_instructions_Type
Fields
- code string(default "PAI") -
- PAYMENT_INSTRUCTION_DETAILS? PAYMENT_INSTRUCTION_DETAILS_GType? -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: 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.mCOPAYM: 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.mCOPAYM: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.shipping.mCOPAYM: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.shipping.mCOPAYM: 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.shipping.mCOPAYM: 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.shipping.mCOPAYM: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.shipping.mCOPAYM: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.shipping.mCOPAYM: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.shipping.mCOPAYM: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.shipping.mCOPAYM: 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.mCOPAYM: 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.mCOPAYM: Section_control_1_Type
Fields
- code string(default "UNS") -
- section_identification string -
edifact.d03a.shipping.mCOPAYM: Section_control_Type
Fields
- code string(default "UNS") -
- section_identification string -
edifact.d03a.shipping.mCOPAYM: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.shipping.mCOPAYM: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
Import
import ballerinax/edifact.d03a.shipping.mCOPAYM;Metadata
Released date: 5 days ago
Version: 1.0.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 23
Current verison: 1
Weekly downloads
Keywords
container
customs
EDI
EDIFACT
D03A
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Shipping
Contributors
Dependencies