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

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

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "CancellationReason5Code") @XmlEnum public enum CancellationReason5Code { /** * Payment is a duplicate of another payment. * */ DUPL, /** * Agent in the payment workflow is incorrect. * */ AGNT, /** * Currency of the payment is incorrect. * */ CURR, /** * Cancellation requested by the Debtor. * */ CUST, /** * Payment is not justified. * */ UPAY, /** * Cancellation requested because an investigation request has been received and no remediation is possible. * */ CUTA, /** * Cancellation requested following technical problems resulting in an erroneous transaction. * */ TECH, /** * Cancellation requested following a transaction that was originated fraudulently. The use of the FraudulentOrigin code should be governed by jurisdictions. * */ FRAD; public String value() { return name(); } public static CancellationReason5Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy