All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.FailureReason8Code Maven / Gradle / Ivy

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 FailureReason8Code. * *

The following schema fragment specifies the expected content contained within this class. *

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "FailureReason8Code") @XmlEnum public enum FailureReason8Code { /** * Card has been retained by the ATM or the terminal. * */ CDRT, /** * ATM manager has requested to capture the card. * */ CDCP, /** * Customer cancellation, for example removing the card before the end of the transaction. * */ CUCL, /** * Customer has left the card in the ATM or a motorised card reader. * */ CDFG, /** * Suspected malfunction. * */ MALF, /** * Security error has occurred in the authorisation response message sent by the acquirer. * */ SECU, /** * Card payment transaction fails because the merchant suspect a fraud. * */ SFRD, /** * Unable to capture the card as requested. * */ UCPT; public String value() { return name(); } public static FailureReason8Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy