public AgentParty() { PartyIdentification = new PartyIdentification(); PartyName = new PartyName(); PostalAddress = new PostalAddress(); PartyLegalEntity = new PartyLegalEntity(); }
public CarrierParty() { PartyIdentification = new PartyIdentification(); PartyLegalEntity = new PartyLegalEntity(); }