コード例 #1
0
        public OnixSupplyDetail()
        {
            ProductAvailability = PackQuantity = UnpricedItemType = "";

            Price             = new OnixPrice[0];
            Supplier          = new OnixSupplier[0];
            ReturnsConditions = new OnixReturnsConditions[0];
            SupplyDate        = new OnixSupplyDate[0];
        }
コード例 #2
0
        public OnixSupplyDetail()
        {
            ProductAvailability = "";
            PackQuantity        = -1;

            Price             = new OnixPrice[0];
            Supplier          = new OnixSupplier[0];
            ReturnsConditions = new OnixReturnsConditions[0];
        }