コード例 #1
0
 public BranchData2(
     string identification,
     string name,
     PostalAddress6 postalAddress)
 {
     this.idField = identification;
     this.nmField = name;
     this.pstlAdrField = postalAddress;
 }
コード例 #2
0
 public PartyIdentification32(
     string name,
     PostalAddress6 postalAddress,
     Party6Choice identification,
     string countryOfResidence,
     ContactDetails2 contactDetails)
 {
     this.nmField = name;
     this.pstlAdrField = postalAddress;
     this.idField = identification;
     this.ctryOfResField = countryOfResidence;
     this.ctctDtlsField = contactDetails;
 }
 public FinancialInstitutionIdentification7(
     string bIC,
     ClearingSystemMemberIdentification2 clearingSystemMemberIdentification,
     string name,
     PostalAddress6 postalAddress,
     GenericFinancialIdentification1 other)
 {
     this.bICField = bIC;
     this.clrSysMmbIdField = clearingSystemMemberIdentification;
     this.nmField = name;
     this.pstlAdrField = postalAddress;
     this.othrField = other;
 }
コード例 #4
0
ファイル: BranchData2.cs プロジェクト: DeeJayTC/sepa.net
 public BranchData2()
 {
     this.pstlAdrField = new PostalAddress6();
 }
コード例 #5
0
ファイル: NameAndAddress10.cs プロジェクト: DeeJayTC/sepa.net
 public NameAndAddress10()
 {
   this._adrField = new PostalAddress6();
 }
コード例 #6
0
 public FinancialInstitutionIdentification8()
 {
     _othrField        = new GenericFinancialIdentification1();
     _pstlAdrField     = new PostalAddress6();
     _clrSysMmbIdField = new ClearingSystemMemberIdentification2();
 }
コード例 #7
0
 public NameAndAddress10(string name, PostalAddress6 postalAddress)
 {
     this.nmField = name;
     this.adrField = postalAddress;
 }
コード例 #8
0
 public PartyIdentification43()
 {
     _ctctDtlsField = new ContactDetails2();
     _idField       = new Party11Choice();
     _pstlAdrField  = new PostalAddress6();
 }