public AgentParty() { PartyIdentification = new PartyIdentification(); PartyName = new PartyName(); PostalAddress = new PostalAddress(); PartyLegalEntity = new PartyLegalEntity(); }
public CarrierParty() { PartyIdentification = new PartyIdentification(); PartyLegalEntity = new PartyLegalEntity(); }
public SignatoryParty() { PartyIdentification = new PartyIdentification(); PartyName = new PartyName(); }
public ShipmentStage() { DriverPerson = new PartyIdentification(); TransportMeans = new SunatRoadTransport(); }