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

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

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "PendingReason19Code") @XmlEnum public enum PendingReason19Code { /** * Financial instruments have not been delivered by the issuer. * */ NSEC, /** * Payment has not been made by issuer. * */ NPAY, /** * Other. See Narrative. * */ OTHR, /** * Tax reclaim has been sent to the tax authorities. * */ AUTH, /** * For tax reclaim, the event is pending, the tax reclaim is valid for the tax authorities. * */ VLDA, /** * Awaiting receipt of adequate certification. * */ MCER; public String value() { return name(); } public static PendingReason19Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy