if(typeof OnexWeb == "undefined") OnexWeb={};
if(typeof OnexWeb.NewCar == "undefined") OnexWeb.NewCar={};
if(typeof OnexWeb.NewCar.NewCarPay == "undefined") OnexWeb.NewCar.NewCarPay={};
OnexWeb.NewCar.NewCarPay_class = function() {};
Object.extend(OnexWeb.NewCar.NewCarPay_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ajax_GetOneUpMonthPay: function(one_price, months, bonus_value, bonus_times) {
		return this.invoke("ajax_GetOneUpMonthPay", {"one_price":one_price, "months":months, "bonus_value":bonus_value, "bonus_times":bonus_times}, this.ajax_GetOneUpMonthPay.getArguments().slice(4));
	},
	test: function(one_price) {
		return this.invoke("test", {"one_price":one_price}, this.test.getArguments().slice(1));
	},
	url: '/OnixWeb/ajaxpro/OnexWeb.NewCar.NewCarPay,Web.OnixAdmin.ashx'
}));
OnexWeb.NewCar.NewCarPay = new OnexWeb.NewCar.NewCarPay_class();


