edifact.d03a.finance.mDEBADV
Modules
edifact.d03a.finance.mDEBADV
edifact.d03a.finance.mDEBMULedifact.d03a.finance.mDEBRECedifact.d03a.finance.mDIRDEBedifact.d03a.finance.mDIRDEFedifact.d03a.finance.mFINCANedifact.d03a.finance.mFINPAYedifact.d03a.finance.mFINSTAedifact.d03a.finance.mINVOICedifact.d03a.finance.mISENDSedifact.d03a.finance.mLEDGERedifact.d03a.finance.mPAYEXTedifact.d03a.finance.mPAYMULedifact.d03a.finance.mPAYORDedifact.d03a.finance.mPRICATedifact.d03a.finance.mPRPAIDedifact.d03a.finance.mQUOTESedifact.d03a.finance.mRECALCedifact.d03a.finance.mREMADVedifact.d03a.finance.mTAXCONedifact.d03a.finance.mVATDECModule edifact.d03a.finance.mDEBADV
API
Definitions
ballerinax/edifact.d03a.finance.mDEBADV Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_DEBADV_DEBADV|errorConvert EDI string to Ballerina EDI_DEBADV_DEBADV record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_DEBADV_DEBADV|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_DEBADV_DEBADV|errorConvert EDI string to Ballerina EDI_DEBADV_DEBADV record with schema.
Return Type
- EDI_DEBADV_DEBADV|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_DEBADV_DEBADVHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_DEBADV_DEBADVHeaders|error - Parsed EDI_DEBADV_DEBADVHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_DEBADV_DEBADVInterchange|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_DEBADV_DEBADVInterchange|error - Parsed EDI_DEBADV_DEBADVInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_DEBADV_DEBADVInterchange msg) returns string|errorSerialise a EDI_DEBADV_DEBADVInterchange 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_DEBADV_DEBADVInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_DEBADV_DEBADV data) returns string|errorConvert Ballerina EDI_DEBADV_DEBADV record to EDI string.
Parameters
- data EDI_DEBADV_DEBADV - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_DEBADV_DEBADV data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_DEBADV_DEBADV record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_DEBADV_DEBADV 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_DEBADV_DEBADV. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_DEBADV_DEBADVHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_DEBADV_DEBADVInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_DEBADV_DEBADVInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_DEBADV_DEBADVInterchange record to EDI string.
Parameters
- content any - EDI_DEBADV_DEBADVInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_DEBADV_DEBADV record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.finance.mDEBADV: ACCOUNT_HOLDER_IDENTIFICATION_GType
Fields
- Account_holder_identifier? string -
- Account_holder_name? string -
- Account_holder_name_2? string -
- Currency_identification_code? string -
edifact.d03a.finance.mDEBADV: ALLOWANCE_CHARGE_INFORMATION_GType
Fields
- Allowance_or_charge_identifier? string -
- Allowance_or_charge_identification_code? string -
edifact.d03a.finance.mDEBADV: Allowance_or_charge_Type
Fields
- code string(default "ALC") -
- ALLOWANCE_OR_CHARGE_CODE_QUALIFIER? string -
- ALLOWANCE_CHARGE_INFORMATION? ALLOWANCE_CHARGE_INFORMATION_GType? -
- SETTLEMENT_MEANS_CODE? string -
- CALCULATION_SEQUENCE_CODE? string -
- SPECIAL_SERVICES_IDENTIFICATION? SPECIAL_SERVICES_IDENTIFICATION_GType? -
edifact.d03a.finance.mDEBADV: Authentication_result_Type
Fields
- code string(default "AUT") -
- VALIDATION_RESULT_TEXT? string -
- VALIDATION_KEY_IDENTIFIER? string -
edifact.d03a.finance.mDEBADV: BANK_OPERATION_GType
Fields
- Bank_operation_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: BUSINESS_FUNCTION_GType
Fields
- Business_function_type_code_qualifier string -
- Business_function_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Business_description? string -
edifact.d03a.finance.mDEBADV: Business_function_Type
Fields
- code string(default "BUS") -
- BUSINESS_FUNCTION? BUSINESS_FUNCTION_GType? -
- GEOGRAPHIC_AREA_CODE? string -
- FINANCIAL_TRANSACTION_TYPE_CODE? string -
- BANK_OPERATION? BANK_OPERATION_GType? -
- INTRA_COMPANY_PAYMENT_INDICATOR_CODE? string -
edifact.d03a.finance.mDEBADV: CHARGE_ALLOWANCE_ACCOUNT_GType
Fields
- Institution_branch_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Account_holder_identifier? string -
- Currency_identification_code? string -
edifact.d03a.finance.mDEBADV: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.finance.mDEBADV: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.finance.mDEBADV: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: CURRENCY_DETAILS_1_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.finance.mDEBADV: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.finance.mDEBADV: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.finance.mDEBADV: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: EDI_DEBADV_DEBADV
Fields
- Beginning_of_message Beginning_of_message_Type -
- Business_function? Business_function_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2? Group_2_GType? -
- group_3 Group_3_GType[](default []) -
- Free_text Free_text_Type[](default []) -
- group_4 Group_4_GType[](default []) -
- group_5 Group_5_GType[](default []) -
- group_6 Group_6_GType[](default []) -
- group_7 Group_7_GType[](default []) -
- group_8 Group_8_GType[](default []) -
- group_11 Group_11_GType[](default []) -
- group_12 Group_12_GType[](default []) -
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVHeaders
Envelope headers of a EDI_DEBADV_DEBADV interchange.
Fields
- interchange EDI_DEBADV_DEBADVInterchangeHeader - Interchange header
- 'transaction EDI_DEBADV_DEBADVTransactionHeader - Transaction header
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVInterchange
A parsed EDI_DEBADV_DEBADV interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_DEBADV_DEBADVInterchangeHeader - Interchange header segment
- transactions EDI_DEBADV_DEBADVTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_DEBADV_DEBADVInterchangeTrailer - Interchange trailer segment
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVTransaction
A single transaction within a EDI_DEBADV_DEBADV interchange.
Fields
- transactionHeader EDI_DEBADV_DEBADVTransactionHeader - Transaction header segment
- body EDI_DEBADV_DEBADV|error - Parsed EDI_DEBADV_DEBADV body, or the parse error when the body is malformed
- transactionTrailer EDI_DEBADV_DEBADVTransactionTrailer - Transaction trailer segment
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.finance.mDEBADV: EDI_DEBADV_DEBADVTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.finance.mDEBADV: Financial_charges_allocation_Type
Fields
- code string(default "FCA") -
- SETTLEMENT_MEANS_CODE? string -
- CHARGE_ALLOWANCE_ACCOUNT? CHARGE_ALLOWANCE_ACCOUNT_GType? -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: Group_10_GType
Fields
- Duty_tax_fee_details Duty_tax_fee_details_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
- Currencies? Currencies_Type? -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.finance.mDEBADV: Group_11_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.finance.mDEBADV: Group_12_GType
Fields
- Authentication_result Authentication_result_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.finance.mDEBADV: Group_1_GType
Fields
- Reference Reference_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.finance.mDEBADV: Group_2_GType
Fields
- Payment_instructions Payment_instructions_Type -
- Free_text? Free_text_Type? -
edifact.d03a.finance.mDEBADV: Group_3_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Currencies? Currencies_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- Reference? Reference_Type? -
edifact.d03a.finance.mDEBADV: Group_4_GType
Fields
- Financial_institution_information Financial_institution_information_Type -
- Contact_information? Contact_information_Type? -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.finance.mDEBADV: Group_5_GType
Fields
- Name_and_address Name_and_address_Type -
- Contact_information? Contact_information_Type? -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.finance.mDEBADV: Group_6_GType
Fields
- Parties_and_instruction Parties_and_instruction_Type -
- Free_text? Free_text_Type? -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.finance.mDEBADV: Group_7_GType
Fields
- Processing_information Processing_information_Type -
- Monetary_amount? Monetary_amount_Type? -
- Place_location_identification Place_location_identification_Type[](default []) -
- Name_and_address? Name_and_address_Type? -
- Requirements_and_conditions? Requirements_and_conditions_Type? -
- Free_text Free_text_Type[](default []) -
edifact.d03a.finance.mDEBADV: Group_8_GType
Fields
- Financial_charges_allocation Financial_charges_allocation_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
- group_9 Group_9_GType[](default []) -
edifact.d03a.finance.mDEBADV: Group_9_GType
Fields
- Allowance_or_charge Allowance_or_charge_Type -
- Percentage_details? Percentage_details_Type? -
- Monetary_amount Monetary_amount_Type[](default []) -
- Currencies? Currencies_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- group_10 Group_10_GType[](default []) -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.finance.mDEBADV: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.finance.mDEBADV: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: Parties_and_instruction_Type
Fields
- code string(default "INP") -
- PARTIES_TO_INSTRUCTION? PARTIES_TO_INSTRUCTION_GType? -
- INSTRUCTION? INSTRUCTION_GType? -
- STATUS_OF_INSTRUCTION? STATUS_OF_INSTRUCTION_GType? -
edifact.d03a.finance.mDEBADV: PARTIES_TO_INSTRUCTION_GType
Fields
- Enacting_party_identifier string -
- Instruction_receiving_party_identifier? string -
edifact.d03a.finance.mDEBADV: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: Payment_instructions_Type
Fields
- code string(default "PAI") -
- PAYMENT_INSTRUCTION_DETAILS? PAYMENT_INSTRUCTION_DETAILS_GType? -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.finance.mDEBADV: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.finance.mDEBADV: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.finance.mDEBADV: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: 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.finance.mDEBADV: REQUIREMENT_CONDITION_IDENTIFICATION_GType
Fields
- Requirement_or_condition_description_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Requirement_or_condition_description? string -
edifact.d03a.finance.mDEBADV: Requirements_and_conditions_Type
Fields
- code string(default "RCS") -
- SECTOR_AREA_IDENTIFICATION_CODE_QUALIFIER? string -
- REQUIREMENT_CONDITION_IDENTIFICATION? REQUIREMENT_CONDITION_IDENTIFICATION_GType? -
- COUNTRY_NAME_CODE? string -
edifact.d03a.finance.mDEBADV: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.finance.mDEBADV: SPECIAL_SERVICES_IDENTIFICATION_GType
Fields
- Special_service_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Special_service_description? string -
- Special_service_description_4? string -
edifact.d03a.finance.mDEBADV: STATUS_OF_INSTRUCTION_GType
Fields
- Status_description_code string -
- Party_name? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.finance.mDEBADV: 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.finance.mDEBADV: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
Import
import ballerinax/edifact.d03a.finance.mDEBADV;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: 35
Current verison: 1
Weekly downloads
Keywords
payments
banking
EDI
EDIFACT
D03A
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Finance
Contributors
Dependencies