OnglyzaApprovedClientProxy_class = function() {};
Object.extend(OnglyzaApprovedClientProxy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	YourMethodName: function() {
		return this.invoke("YourMethodName", {}, this.YourMethodName.getArguments().slice(0));
	},
	FinalizeParticipant: function() {
		return this.invoke("FinalizeParticipant", {}, this.FinalizeParticipant.getArguments().slice(0));
	},
	FinalizeParticipantUnsubscribe: function(email, mail, all, emailText) {
		return this.invoke("FinalizeParticipantUnsubscribe", {"email":email, "mail":mail, "all":all, "emailText":emailText}, this.FinalizeParticipantUnsubscribe.getArguments().slice(4));
	},
	ValidateValueCard: function(cardNo, last4PhDigit, zip, dob) {
		return this.invoke("ValidateValueCard", {"cardNo":cardNo, "last4PhDigit":last4PhDigit, "zip":zip, "dob":dob}, this.ValidateValueCard.getArguments().slice(4));
	},
	GetValueCardType: function() {
		return this.invoke("GetValueCardType", {}, this.GetValueCardType.getArguments().slice(0));
	},
	RegisterValueCard: function(last4PhDigit, medicare) {
		return this.invoke("RegisterValueCard", {"last4PhDigit":last4PhDigit, "medicare":medicare}, this.RegisterValueCard.getArguments().slice(2));
	},
	GetDOB: function() {
		return this.invoke("GetDOB", {}, this.GetDOB.getArguments().slice(0));
	},
	Get4Digits: function() {
		return this.invoke("Get4Digits", {}, this.Get4Digits.getArguments().slice(0));
	},
	url: '/ajaxpro/OnglyzaApprovedClientProxy,BMS.EWD.IM.LaunchNet.OnglyzaApproved.ashx'
}));
OnglyzaApprovedClientProxy = new OnglyzaApprovedClientProxy_class();

