Class CardAccount13

java.lang.Object
org.coderic.iso20022.messages.catp.CardAccount13

public class CardAccount13 extends Object

Java class for CardAccount13 complex type.

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

 <complexType name="CardAccount13">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AcctTp" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}CardAccountType3Code" minOccurs="0"/>
         <element name="AcctNm" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max70Text" minOccurs="0"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/>
         <element name="AcctIdr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AccountIdentification31Choice" minOccurs="0"/>
         <element name="CdtRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="Svcr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PartyIdentification72Choice" minOccurs="0"/>
         <element name="BalBfr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AmountAndDirection43" minOccurs="0"/>
         <element name="BalAftr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AmountAndDirection43" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>