com.prowidesoftware.swift.model.mx.dic.MessageFunction42Code Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
The newest version!
package com.prowidesoftware.swift.model.mx.dic;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for MessageFunction42Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "MessageFunction42Code")
@XmlEnum
public enum MessageFunction42Code {
/**
* The initiator requests an authorisation without financial impact to complete the transaction.
*
*/
AUTQ,
/**
* Response for authorisation without financial capture.
*
*/
AUTP,
/**
* Advice for cancellation.
*
*/
CCAV,
/**
* Advice response for cancellation.
*
*/
CCAK,
/**
* Request for cancellation.
*
*/
CCAQ,
/**
* Response for cancellation.
*
*/
CCAP,
/**
* Advice for completion without financial capture.
*
*/
CMPV,
/**
* Advice response for completion without financial capture.
*
*/
CMPK,
/**
* Advice for dynamic currency conversion.
*
*/
DCAV,
/**
* Advice response for the currency conversion from the service provider to the acceptor.
*
*/
DCRR,
/**
* Request for dynamic currency conversion.
*
*/
DCCQ,
/**
* Response from a dynamic currency conversion.
*
*/
DCCP,
/**
* Request for diagnostic.
*
*/
DGNP,
/**
* Response for diagnostic.
*
*/
DGNQ,
/**
* Request for authorisation with financial capture.
*
*/
FAUQ,
/**
* Response for authorisation with financial capture.
*
*/
FAUP,
/**
* Advice for completion with financial capture.
*
*/
FCMV,
/**
* Advice response for completion with financial capture.
*
*/
FCMK,
/**
* Advice for reversal with financial capture.
*
*/
FRVA,
/**
* Advice response for reversal with financial capture.
*
*/
FRVR,
/**
* Request for reconciliation.
*
*/
RCLQ,
/**
* Response for reconciliation.
*
*/
RCLP,
/**
* Advice for reversal without financial capture.
*
*/
RVRA,
/**
* Advice response for reversal without financial capture.
*
*/
RVRR,
/**
* Advice for a Card Direct Debit.
*
*/
CDDQ,
/**
* Response to a Card Direct Debit Advice.
*
*/
CDDK,
/**
* Request to initiate a Card Direct Debit.
*
*/
CDDR,
/**
* Response to a Card Direct Debit Request.
*
*/
CDDP,
/**
* Response to a transaction advice.
*
*/
TRNR,
/**
* Advise of the transaction's processing.
*
*/
TRNA,
/**
* Initiator of the message requests additional information to the receiver.
*
*/
NFRQ,
/**
* Provision of additional information to the issuer of a NonFinancialRequest.
*
*/
NFRP,
/**
* Request to receive of a report of transaction from the issuer to the receiver.
*
*/
TRPQ,
/**
* Response to provide a sanitized report of transactions.
*
*/
TRPP;
public String value() {
return name();
}
public static MessageFunction42Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy