Beispiel #1
0
 public Item()
 {
     Prices = new List<Price>();
     Availability = new Availability();
     Dimensions = new Dimensions();
     Shipping = new Shipping();
 }
Beispiel #2
0
 public Shipping()
 {
     ShippingTypes = new List<Ref>();
     ShippingDimensions = new Dimensions();
 }