Example #1
0
 public AgentParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
 public Party()
 {
     PartyName = new PartyName();
     PostalAddress = new PostalAddress();
     PartyLegalEntity = new PartyLegalEntity();
 }