Ballerina library
edifact.d03a.shipping.mCOPAYM
Modules
edifact.d03a.shippingedifact.d03a.shipping.mBAPLIEedifact.d03a.shipping.mCOACSUedifact.d03a.shipping.mCOARRIedifact.d03a.shipping.mCODECOedifact.d03a.shipping.mCODENOedifact.d03a.shipping.mCOEDORedifact.d03a.shipping.mCOHAORedifact.d03a.shipping.mCOLREQedifact.d03a.shipping.mCOMDISedifact.d03a.shipping.mCONAPWedifact.d03a.shipping.mCONDPVedifact.d03a.shipping.mCONDRAedifact.d03a.shipping.mCONDROedifact.d03a.shipping.mCONESTedifact.d03a.shipping.mCONITTedifact.d03a.shipping.mCONPVAedifact.d03a.shipping.mCONQVAedifact.d03a.shipping.mCONRPWedifact.d03a.shipping.mCONTENedifact.d03a.shipping.mCONWQDedifact.d03a.shipping.mCOPARN
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
ACCOUNT_HOLDER_IDENTIFICATION_GTypeADDRESS_DETAILS_GTypeADDRESS_TypeADDRESS_USAGE_GTypeATTRIBUTE_DETAIL_GTypeATTRIBUTE_TypeATTRIBUTE_TYPE_GTypeAUTHENTICATION_RESULT_TypeBEGINNING_OF_MESSAGE_TypeCOMMUNICATION_CONTACT_GTypeCOMMUNICATION_CONTACT_TypeCONTACT_INFORMATION_TypeCONTRIBUTION_DETAILS_TypeCONTRIBUTION_TYPE_GTypeCONTROL_GTypeCONTROL_TOTAL_TypeCOUNTRY_SUB_ENTITY_DETAILS_GTypeCURRENCIES_TypeCURRENCY_DETAILS_1_GTypeCURRENCY_DETAILS_GTypeDATE_TIME_PERIOD_GTypeDATE_TIME_PERIOD_TypeDEPARTMENT_OR_EMPLOYEE_DETAILS_GTypeDOCUMENT_LINE_IDENTIFICATION_TypeDOCUMENT_MESSAGE_IDENTIFICATION_GTypeDOCUMENT_MESSAGE_NAME_GTypeEDI_COPAYM_Contributions_for_paymentFINANCIAL_INSTITUTION_INFORMATION_TypeIDENTIFICATION_NUMBER_GTypeINSTITUTION_IDENTIFICATION_GTypeINSTRUCTION_GTypeLOCATION_IDENTIFICATION2_GTypeLOCATION_IDENTIFICATION_GTypeMONETARY_AMOUNT_GTypeMONETARY_AMOUNT_TypeNAME_COMPONENT_DETAILS_1_GTypeNAME_COMPONENT_DETAILS_2_GTypeNAME_COMPONENT_DETAILS_3_GTypeNAME_COMPONENT_DETAILS_4_GTypeNAME_COMPONENT_DETAILS_GTypePARTY_IDENTIFICATION_DETAILS_GTypePARTY_IDENTIFICATION_TypePAYMENT_INSTRUCTION_DETAILS_GTypePAYMENT_INSTRUCTIONS_TypePERCENTAGE_DETAILS_GTypePERCENTAGE_DETAILS_TypePLACE_LOCATION_IDENTIFICATION_TypePROCESSING_INDICATOR_GTypePROCESSING_INFORMATION_TypeQUANTITY_DETAILS_GTypeQUANTITY_TypeRATE_TARIFF_CLASS_GTypeREASON_FOR_CHANGE_GTypeREFERENCE_GTypeREFERENCE_TypeRELATED_LOCATION_ONE_IDENTIFICATION_GTypeRELATED_LOCATION_TWO_IDENTIFICATION_GTypeSECTION_CONTROL_1_TypeSECTION_CONTROL_TypeSegment_group_1_GTypeSegment_group_2_GTypeSegment_group_3_GTypeSegment_group_4_GTypeSegment_group_5_GTypeSegment_group_6_GTypeSegment_group_7_GType
ballerinax/edifact.d03a.shipping.mCOPAYM Ballerina library
0.9.0
Functions
fromEdiString
Isolated Function
function fromEdiString(string ediText) returns EDI_COPAYM_Contributions_for_payment|error
Parameters
- ediText string -
fromEdiStringWithSchema
Isolated Function
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_COPAYM_Contributions_for_payment|error
getSchema
Isolated Function
toEdiString
Isolated Function
function toEdiString(EDI_COPAYM_Contributions_for_payment data) returns string|error
Parameters
toEdiStringWithSchema
Isolated Function
function toEdiStringWithSchema(EDI_COPAYM_Contributions_for_payment data, EdiSchema ediSchema) returns string|error
transformFromEdiString
Isolated Function
Parameters
- ediText string -
transformToEdiString
Isolated Function
Parameters
- content anydata -
Records
edifact.d03a.shipping.mCOPAYM: ACCOUNT_HOLDER_IDENTIFICATION_GType
Closed record
Fields
- Account_holder_identifier string? -
- Account_holder_name string? -
- Account_holder_name_1 string? -
- Currency_identification_code string? -
edifact.d03a.shipping.mCOPAYM: ADDRESS_DETAILS_GType
Closed record
Fields
- Address_format_code string -
- Address_component_description string -
- Address_component_description_1 string? -
- Address_component_description_2 string? -
- Address_component_description_3 string? -
- Address_component_description_4 string? -
edifact.d03a.shipping.mCOPAYM: ADDRESS_Type
Closed record
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? -
- LOCATION_IDENTIFICATION LOCATION_IDENTIFICATION_GType? -
edifact.d03a.shipping.mCOPAYM: ADDRESS_USAGE_GType
Closed record
Fields
- Address_purpose_code string? -
- Address_type_code string? -
- Address_status_code string? -
edifact.d03a.shipping.mCOPAYM: ATTRIBUTE_DETAIL_GType
Closed record
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
Closed record
Fields
- code string(default "ATT") -
- Attribute_function_code_qualifier string -
- ATTRIBUTE_TYPE ATTRIBUTE_TYPE_GType? -
- ATTRIBUTE_DETAIL ATTRIBUTE_DETAIL_GType? -
edifact.d03a.shipping.mCOPAYM: ATTRIBUTE_TYPE_GType
Closed record
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
Closed record
Fields
- code string(default "AUT") -
- Validation_result_text string -
- Validation_key_identifier string? -
edifact.d03a.shipping.mCOPAYM: BEGINNING_OF_MESSAGE_Type
Closed record
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
Closed record
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.shipping.mCOPAYM: COMMUNICATION_CONTACT_Type
Closed record
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType -
edifact.d03a.shipping.mCOPAYM: CONTACT_INFORMATION_Type
Closed record
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
Closed record
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
Closed record
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
Closed record
Fields
- Control_total_type_code_qualifier string -
- Control_total_quantity string -
- Measurement_unit_code string? -
edifact.d03a.shipping.mCOPAYM: CONTROL_TOTAL_Type
Closed record
Fields
- code string(default "CNT") -
- CONTROL CONTROL_GType -
edifact.d03a.shipping.mCOPAYM: COUNTRY_SUB_ENTITY_DETAILS_GType
Closed record
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
Closed record
Fields
- code string(default "CUX") -
- CURRENCY_DETAILS CURRENCY_DETAILS_GType? -
- CURRENCY_DETAILS_1 CURRENCY_DETAILS_1_GType? -
- Currency_exchange_rate string? -
- Exchange_rate_currency_market_identifier string? -
edifact.d03a.shipping.mCOPAYM: CURRENCY_DETAILS_1_GType
Closed record
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code string? -
- Currency_type_code_qualifier string? -
- Currency_rate string? -
edifact.d03a.shipping.mCOPAYM: CURRENCY_DETAILS_GType
Closed record
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code string? -
- Currency_type_code_qualifier string? -
- Currency_rate string? -
edifact.d03a.shipping.mCOPAYM: DATE_TIME_PERIOD_GType
Closed record
Fields
- Date_or_time_or_period_function_code_qualifier string -
- Date_or_time_or_period_text string? -
- Date_or_time_or_period_format_code string? -
edifact.d03a.shipping.mCOPAYM: DATE_TIME_PERIOD_Type
Closed record
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD DATE_TIME_PERIOD_GType -
edifact.d03a.shipping.mCOPAYM: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Closed record
Fields
- Department_or_employee_name_code string? -
- Department_or_employee_name string? -
edifact.d03a.shipping.mCOPAYM: DOCUMENT_LINE_IDENTIFICATION_Type
Closed record
Fields
- code string(default "DLI") -
- Document_line_action_code string -
- Line_item_identifier string -
edifact.d03a.shipping.mCOPAYM: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Closed record
Fields
- Document_identifier string? -
- Version_identifier string? -
- Revision_identifier string? -
edifact.d03a.shipping.mCOPAYM: DOCUMENT_MESSAGE_NAME_GType
Closed record
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_Contributions_for_payment
Closed record
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? -
- Segment_group_1 Segment_group_1_GType[](default []) -
- SECTION_CONTROL SECTION_CONTROL_Type -
- Segment_group_2 Segment_group_2_GType[](default []) -
- SECTION_CONTROL_1 SECTION_CONTROL_1_Type -
- MONETARY_AMOUNT MONETARY_AMOUNT_Type[](default []) -
- CONTROL_TOTAL CONTROL_TOTAL_Type? -
- Segment_group_6 Segment_group_6_GType[](default []) -
- Segment_group_7 Segment_group_7_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: FINANCIAL_INSTITUTION_INFORMATION_Type
Closed record
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: IDENTIFICATION_NUMBER_GType
Closed record
Fields
- Object_identifier string -
- Object_identification_code_qualifier string? -
- Status_description_code string? -
edifact.d03a.shipping.mCOPAYM: INSTITUTION_IDENTIFICATION_GType
Closed record
Fields
- Institution_name_code string? -
- Code_list_identification_code string? -
- Code_list_responsible_agency_code string? -
- Institution_branch_identifier string? -
- Code_list_identification_code_1 string? -
- Code_list_responsible_agency_code_1 string? -
- Institution_name string? -
- Institution_branch_location_name string? -
edifact.d03a.shipping.mCOPAYM: INSTRUCTION_GType
Closed record
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: LOCATION_IDENTIFICATION2_GType
Closed record
Fields
- Location_name_code string? -
- Code_list_identification_code string? -
- Code_list_responsible_agency_code string? -
- Location_name string? -
edifact.d03a.shipping.mCOPAYM: LOCATION_IDENTIFICATION_GType
Closed record
Fields
- Location_name_code string? -
- Code_list_identification_code string? -
- Code_list_responsible_agency_code string? -
- Location_name string? -
edifact.d03a.shipping.mCOPAYM: MONETARY_AMOUNT_GType
Closed record
Fields
- Monetary_amount_type_code_qualifier string -
- Monetary_amount string? -
- Currency_identification_code string? -
- Currency_type_code_qualifier string? -
- Status_description_code string? -
edifact.d03a.shipping.mCOPAYM: MONETARY_AMOUNT_Type
Closed record
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT MONETARY_AMOUNT_GType -
edifact.d03a.shipping.mCOPAYM: NAME_COMPONENT_DETAILS_1_GType
Closed record
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_2_GType
Closed record
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_3_GType
Closed record
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_4_GType
Closed record
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
Closed record
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
Closed record
Fields
- Party_identifier string -
- Code_list_identification_code string? -
- Code_list_responsible_agency_code string? -
edifact.d03a.shipping.mCOPAYM: PARTY_IDENTIFICATION_Type
Closed record
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_1 NAME_COMPONENT_DETAILS_1_GType? -
- NAME_COMPONENT_DETAILS_2 NAME_COMPONENT_DETAILS_2_GType? -
- NAME_COMPONENT_DETAILS_3 NAME_COMPONENT_DETAILS_3_GType? -
- NAME_COMPONENT_DETAILS_4 NAME_COMPONENT_DETAILS_4_GType? -
- Action_request_notification_description_code string? -
edifact.d03a.shipping.mCOPAYM: PAYMENT_INSTRUCTION_DETAILS_GType
Closed record
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
Closed record
Fields
- code string(default "PAI") -
- PAYMENT_INSTRUCTION_DETAILS PAYMENT_INSTRUCTION_DETAILS_GType -
edifact.d03a.shipping.mCOPAYM: PERCENTAGE_DETAILS_GType
Closed record
Fields
- Percentage_type_code_qualifier string -
- Percentage string? -
- Percentage_basis_identification_code string? -
- Code_list_identification_code string? -
- Code_list_responsible_agency_code string? -
edifact.d03a.shipping.mCOPAYM: PERCENTAGE_DETAILS_Type
Closed record
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS PERCENTAGE_DETAILS_GType -
- Status_description_code string? -
edifact.d03a.shipping.mCOPAYM: PLACE_LOCATION_IDENTIFICATION_Type
Closed record
Fields
- code string(default "LOC") -
- Location_function_code_qualifier string -
- LOCATION_IDENTIFICATION LOCATION_IDENTIFICATION2_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
Closed record
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
Closed record
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
Closed record
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code string? -
edifact.d03a.shipping.mCOPAYM: QUANTITY_Type
Closed record
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS QUANTITY_DETAILS_GType -
edifact.d03a.shipping.mCOPAYM: RATE_TARIFF_CLASS_GType
Closed record
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_1 string? -
- Code_list_responsible_agency_code_1 string? -
- Supplementary_rate_or_tariff_code_1 string? -
- Code_list_identification_code_2 string? -
- Code_list_responsible_agency_code_2 string? -
edifact.d03a.shipping.mCOPAYM: REASON_FOR_CHANGE_GType
Closed record
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: REFERENCE_GType
Closed record
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
Closed record
Fields
- code string(default "RFF") -
- REFERENCE REFERENCE_GType -
edifact.d03a.shipping.mCOPAYM: RELATED_LOCATION_ONE_IDENTIFICATION_GType
Closed record
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
Closed record
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
Closed record
Fields
- code string(default "UNS") -
- Section_identification string -
edifact.d03a.shipping.mCOPAYM: SECTION_CONTROL_Type
Closed record
Fields
- code string(default "UNS") -
- Section_identification string -
edifact.d03a.shipping.mCOPAYM: Segment_group_1_GType
Closed record
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: Segment_group_2_GType
Closed record
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 []) -
- Segment_group_3 Segment_group_3_GType[](default []) -
- Segment_group_4 Segment_group_4_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: Segment_group_3_GType
Closed record
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: Segment_group_4_GType
Closed record
Fields
- PLACE_LOCATION_IDENTIFICATION PLACE_LOCATION_IDENTIFICATION_Type -
- Segment_group_5 Segment_group_5_GType[](default []) -
edifact.d03a.shipping.mCOPAYM: Segment_group_5_GType
Closed record
Fields
- PERCENTAGE_DETAILS PERCENTAGE_DETAILS_Type -
- MONETARY_AMOUNT MONETARY_AMOUNT_Type[](default []) -
edifact.d03a.shipping.mCOPAYM: Segment_group_6_GType
Closed record
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: Segment_group_7_GType
Closed record
Fields
- AUTHENTICATION_RESULT AUTHENTICATION_RESULT_Type -
- DATE_TIME_PERIOD DATE_TIME_PERIOD_Type[](default []) -
- REFERENCE REFERENCE_Type[](default []) -
Import
import ballerinax/edifact.d03a.shipping.mCOPAYM;
Metadata
Released date: over 1 year ago
Version: 0.9.0
Compatibility
Platform: any
Ballerina version: 2201.7.0
Pull count
Total: 1
Current verison: 1
Weekly downloads
Other versions
0.9.0
Dependencies