public ACHCancelRequest(PFH.Business.Service.PayPal.PayPalLoginAccount loginAccount)
 {
     ParmList = new ACHCancelParameterList("", loginAccount, "", 0, "", "", "", "", "", "", "", ""); ;
     HostAddress = ConfigurationManager.AppSettings["PayPalHostAddress"];
     HostPort = 443;
     ProxyAddress = "";
     ProxyPort = 0;
     ProxyLogon = "";
     ProxyPassword = "";
     TimeOut = 30;
 }
 public CreditCardRecurringSaleRequest(PFH.Business.Service.PayPal.PayPalLoginAccount loginAccount)
 {
     ParmList = new CreditCardRecurringSaleParameterList(loginAccount, "", "", 0m, DateTime.Now, 1, "MONT", "", "", "", "", "", "");
     HostAddress = ConfigurationManager.AppSettings["PayPalHostAddress"];
     HostPort = 443;
     ProxyAddress = "";
     ProxyPort = 0;
     ProxyLogon = "";
     ProxyPassword = "";
     TimeOut = 30;
 }