Esempio n. 1
0
 public CashAccount25()
 {
     this.svcrField = new BranchAndFinancialInstitutionIdentification5();
     this.ownrField = new PartyIdentification43();
     this.tpField   = new CashAccountType2Choice();
     this.idField   = new AccountIdentification4Choice();
 }
Esempio n. 2
0
        private string GetAccount(AccountIdentification4Choice cdtrAcctId)
        {
            switch (cdtrAcctId.Item)
            {
            case string iban:
                return(iban.Substring(4));

            default: throw new NotSupportedException("Not supported account identification");
            }
        }
 public CashAccount16(
     AccountIdentification4Choice identification,
     CashAccountType2 type,
     string currency,
     string name)
 {
     this.idField = identification;
     this.tpField = type;
     this.ccyField = currency;
     this.nmField = name;
 }
Esempio n. 4
0
 public CashAccount24()
 {
     tpField = new CashAccountType2Choice();
     idField = new AccountIdentification4Choice();
 }