Ejemplo n.º 1
0
 public AgentParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
Ejemplo n.º 2
0
 public CarrierParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyLegalEntity    = new PartyLegalEntity();
 }
Ejemplo n.º 3
0
 public SignatoryParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
 }
Ejemplo n.º 4
0
 public ShipmentStage()
 {
     DriverPerson   = new PartyIdentification();
     TransportMeans = new SunatRoadTransport();
 }