public OnixPrice()
 {
     PriceType    = -1;
     PriceAmount  = 0;
     Tax          = new OnixPriceTax();
     CurrencyCode = "";
 }
Exemple #2
0
        public OnixPrice()
        {
            PriceType    = -1;
            PriceAmount  = "";
            Tax          = new OnixPriceTax();
            CurrencyCode = "";

            discountField      = shortDiscountField = new OnixDiscount[0];
            discountCodedField = shortDiscountCodedField = new OnixDiscountCoded[0];
        }