Пример #1
0
 public AgentParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
Пример #2
0
 public CarrierParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyLegalEntity    = new PartyLegalEntity();
 }
Пример #3
0
 public SignatoryParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
 }
Пример #4
0
 public ShipmentStage()
 {
     DriverPerson   = new PartyIdentification();
     TransportMeans = new SunatRoadTransport();
 }