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

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

There is a newer version: SRU2024-10.2.4
Show newest version

package com.prowidesoftware.swift.model.mx.dic;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for OnLineReason1Code. * *

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

*

 * <simpleType name="OnLineReason1Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="RNDM"/>
 *     <enumeration value="ICCF"/>
 *     <enumeration value="MERF"/>
 *     <enumeration value="TRMF"/>
 *     <enumeration value="ISSF"/>
 *     <enumeration value="FRLT"/>
 *     <enumeration value="EXFL"/>
 *     <enumeration value="TAMT"/>
 *     <enumeration value="CBIN"/>
 *     <enumeration value="UBIN"/>
 *     <enumeration value="CPAN"/>
 *     <enumeration value="FLOW"/>
 *     <enumeration value="CRCY"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "OnLineReason1Code") @XmlEnum public enum OnLineReason1Code { /** * Transaction random selection to go online. * */ RNDM, /** * Payment application in the Integrated Circuit Card forces to go on-line. * */ ICCF, /** * On line forced by card acceptor. * */ MERF, /** * Terminal random selection to go online. * */ TRMF, /** * On line forced by card issuer. * */ ISSF, /** * Over floor limit. * */ FRLT, /** * Card appears on terminal exception file. * */ EXFL, /** * Total amount of purchases per cardholder and per application above floor limit. * */ TAMT, /** * Bank Identification Number under control. * */ CBIN, /** * Unknown Bank Identification Number. * */ UBIN, /** * Primary account number (card number) under control. * */ CPAN, /** * Flow control. * */ FLOW, /** * Unknown currency code or foreign currency. * */ CRCY; public String value() { return name(); } public static OnLineReason1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy