コード例 #1
0
 public Delivery()
 {
     DeliveryId       = new DeliveryId();
     Quantity         = new Quantity();
     DeliveryParty    = new DeliveryParty();
     Shipment         = new Shipment();
     ShipmentStage    = new ShipmentStage();
     MaximumQuantity  = new MaximumQuantity();
     DeliveryLocation = new DeliveryLocation();
     Despatch         = new Despatch();
 }
コード例 #2
0
 public DeliveryTerms()
 {
     Amount           = new Amount();
     DeliveryLocation = new DeliveryLocation();
 }