if(typeof P_PhoneCard == "undefined") P_PhoneCard={};
P_PhoneCard_class = function() {};
Object.extend(P_PhoneCard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckByInfo: function(paycode, memberType, moneys) {
		return this.invoke("CheckByInfo", {"paycode":paycode, "memberType":memberType, "moneys":moneys}, this.CheckByInfo.getArguments().slice(3));
	},
	GetMemberName: function(memberType) {
		return this.invoke("GetMemberName", {"memberType":memberType}, this.GetMemberName.getArguments().slice(1));
	},
	CheckVcode: function(tvcode) {
		return this.invoke("CheckVcode", {"tvcode":tvcode}, this.CheckVcode.getArguments().slice(1));
	},
	CheckBankPays: function(paycode, getGolds) {
		return this.invoke("CheckBankPays", {"paycode":paycode, "getGolds":getGolds}, this.CheckBankPays.getArguments().slice(2));
	},
	GetLeftGold: function(type, username) {
		return this.invoke("GetLeftGold", {"type":type, "username":username}, this.GetLeftGold.getArguments().slice(2));
	},
	url: '/ChargeThrough/ajaxpro/P_PhoneCard,App_Web_p_phonecard.aspx.cdcab7d2.ashx'
}));
P_PhoneCard = new P_PhoneCard_class();


