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