if(typeof PointsChina == "undefined") PointsChina={};
if(typeof PointsChina.Web == "undefined") PointsChina.Web={};
if(typeof PointsChina.Web.cosumepoint == "undefined") PointsChina.Web.cosumepoint={};
if(typeof PointsChina.Web.cosumepoint.ExchangeCard == "undefined") PointsChina.Web.cosumepoint.ExchangeCard={};
PointsChina.Web.cosumepoint.ExchangeCard_class = function() {};
Object.extend(PointsChina.Web.cosumepoint.ExchangeCard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCachePoints: function() {
		return this.invoke("getCachePoints", {}, this.getCachePoints.getArguments().slice(0));
	},
	confirmPwd: function(pwd) {
		return this.invoke("confirmPwd", {"pwd":pwd}, this.confirmPwd.getArguments().slice(1));
	},
	getCardInformation: function(productID, productName, productCount, paidPoints) {
		return this.invoke("getCardInformation", {"productID":productID, "productName":productName, "productCount":productCount, "paidPoints":paidPoints}, this.getCardInformation.getArguments().slice(4));
	},
	getAdvers: function() {
		return this.invoke("getAdvers", {}, this.getAdvers.getArguments().slice(0));
	},
	url: '/ajaxpro/PointsChina.Web.cosumepoint.ExchangeCard,PointsChina.Web.ashx'
}));
PointsChina.Web.cosumepoint.ExchangeCard = new PointsChina.Web.cosumepoint.ExchangeCard_class();

