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

com.prowidesoftware.swift.model.mx.dic.PendingReason14Code 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 PendingReason14Code. * *

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

*

 * <simpleType name="PendingReason14Code">
 *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *     <enumeration value="ADEA"/>
 *     <enumeration value="OTHR"/>
 *     <enumeration value="FULL"/>
 *     <enumeration value="MCER"/>
 *     <enumeration value="MONY"/>
 *     <enumeration value="LACK"/>
 *     <enumeration value="LATE"/>
 *     <enumeration value="DQUA"/>
 *     <enumeration value="PENR"/>
 *     <enumeration value="CERT"/>
 *     <enumeration value="DQCS"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "PendingReason14Code") @XmlEnum public enum PendingReason14Code { /** * Instruction was received after the account servicer's deadline. Processed on best effort basis. * */ ADEA, /** * Other. See Narrative. * */ OTHR, /** * Pending receipt of beneficiary owner details. * */ FULL, /** * Awaiting receipt of adequate certification. * */ MCER, /** * Insufficient money in your account. * */ MONY, /** * Insufficient financial instruments in your account. * */ LACK, /** * Instruction was received after market deadline. * */ LATE, /** * Quantity of financial instruments does not match. * */ DQUA, /** * The instruction is pending receipt of securities, for example, from a purchase, loan etc. * */ PENR, /** * Certificate number error. * */ CERT, /** * Unrecognised or invalid instructed cash amount. * */ DQCS; public String value() { return name(); } public static PendingReason14Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy