Пример #1
0
 public CashAccount25()
 {
     this.svcrField = new BranchAndFinancialInstitutionIdentification5();
     this.ownrField = new PartyIdentification43();
     this.tpField   = new CashAccountType2Choice();
     this.idField   = new AccountIdentification4Choice();
 }
 public StructuredRemittanceInformation9()
 {
     this.addtlRmtInfField = new List <string>();
     this.invceeField      = new PartyIdentification43();
     this.invcrField       = new PartyIdentification43();
     this.cdtrRefInfField  = new CreditorReferenceInformation2();
     this.rfrdDocAmtField  = new RemittanceAmount2();
     this.rfrdDocInfField  = new List <ReferredDocumentInformation3>();
 }
Пример #3
0
 public TransactionParties3()
 {
     this.prtryField     = new List <ProprietaryParty3>();
     this.tradgPtyField  = new PartyIdentification43();
     this.ultmtCdtrField = new PartyIdentification43();
     this.cdtrAcctField  = new CashAccount24();
     this.cdtrField      = new PartyIdentification43();
     this.ultmtDbtrField = new PartyIdentification43();
     this.dbtrAcctField  = new CashAccount24();
     this.dbtrField      = new PartyIdentification43();
     this.initgPtyField  = new PartyIdentification43();
 }
Пример #4
0
        private string ParseRelatedParty(PartyIdentification43 entry)
        {
            var texts = new HashSet <string>();

            AddIfNotEmpty(texts, entry.Nm);
            if (entry.PstlAdr != null)
            {
                AddIfNotEmpty(texts, entry.PstlAdr.StrtNm);
                AddIfNotEmpty(texts, entry.PstlAdr.PstCd);
                AddIfNotEmpty(texts, entry.PstlAdr.TwnNm);

                if (entry.PstlAdr.AdrLine != null)
                {
                    foreach (var line in entry.PstlAdr.AdrLine)
                    {
                        AddIfNotEmpty(texts, line);
                    }
                }
            }

            return(GetAddress(texts));
        }
Пример #5
0
 public GroupHeader55()
 {
     FwdgAgt  = new BranchAndFinancialInstitutionIdentification5();
     InitgPty = new PartyIdentification43();
     Authstn  = new List <Authorisation1Choice>();
 }
Пример #6
0
 public GroupHeader58()
 {
     _orgnlBizQryField = new OriginalBusinessQuery1();
     _msgPgntnField    = new Pagination();
     _msgRcptField     = new PartyIdentification43();
 }