public BranchData2( string identification, string name, PostalAddress6 postalAddress) { this.idField = identification; this.nmField = name; this.pstlAdrField = postalAddress; }
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; }
public BranchData2() { this.pstlAdrField = new PostalAddress6(); }
public NameAndAddress10() { this._adrField = new PostalAddress6(); }
public FinancialInstitutionIdentification8() { _othrField = new GenericFinancialIdentification1(); _pstlAdrField = new PostalAddress6(); _clrSysMmbIdField = new ClearingSystemMemberIdentification2(); }
public NameAndAddress10(string name, PostalAddress6 postalAddress) { this.nmField = name; this.adrField = postalAddress; }
public PartyIdentification43() { _ctctDtlsField = new ContactDetails2(); _idField = new Party11Choice(); _pstlAdrField = new PostalAddress6(); }