com.prowidesoftware.swift.model.mx.dic.CardTransactionRiskReason1Code 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 CardTransactionRiskReason1Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "CardTransactionRiskReason1Code")
@XmlEnum
public enum CardTransactionRiskReason1Code {
/**
* Suspicious approve or decline pattern.
*
*/
APDP,
/**
* Suspicious sequence of approve and decline messages.
*
*/
APDL,
/**
* Suspicious authorization activity.
*
*/
ATHA,
/**
* Compromised card.
*
*/
CRDC,
/**
* Suspicious electronic commerce activity.
*
*/
ECMA,
/**
* Expiry date mismatch.
*
*/
EXCD,
/**
* Suspicious foreign activity.
*
*/
FGNA,
/**
* Suspicious geographic activity.
*
*/
GEOA,
/**
* High Risk MCC (Merchant Category Code).
*
*/
MCCH,
/**
* Suspicious manual card data entry mode.
*
*/
KEYA,
/**
* Suspicious MCC (Merchant Category Code) activity.
*
*/
MCCA,
/**
* Suspicious amount.
*
*/
AMNT,
/**
* Suspicious fraudulent cardholder.
*
*/
CRDF,
/**
* Suspicious fraudulent merchant.
*
*/
MRCF,
/**
* Suspicious transaction cumulated amount at merchant.
*
*/
TXCA,
/**
* Suspicious transaction number at merchant.
*
*/
TXNB,
/**
* Suspicious transaction time.
*
*/
TXTM,
/**
* Suspicious transaction time interval.
*
*/
TMIN,
/**
* Suspicious transaction type.
*
*/
TXTP,
/**
* Suspicious unattended terminal activity.
*
*/
UATA;
public String value() {
return name();
}
public static CardTransactionRiskReason1Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy