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