Enum Class SupportedPaymentOption2Code

java.lang.Object
java.lang.Enum<SupportedPaymentOption2Code>
org.coderic.iso20022.messages.casp.SupportedPaymentOption2Code
All Implemented Interfaces:
Serializable, Comparable<SupportedPaymentOption2Code>, Constable

public enum SupportedPaymentOption2Code extends Enum<SupportedPaymentOption2Code>

Java class for SupportedPaymentOption2Code.

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

 <simpleType name="SupportedPaymentOption2Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="PART"/>
     <enumeration value="MSRV"/>
     <enumeration value="INSI"/>
     <enumeration value="PINQ"/>
   </restriction>
 </simpleType>