/// <summary>
 /// Create a new PayPalLog object.
 /// </summary>
 /// <param name="rowGuid">Initial value of the RowGuid property.</param>
 /// <param name="createdUtc">Initial value of the CreatedUtc property.</param>
 /// <param name="siteGuid">Initial value of the SiteGuid property.</param>
 /// <param name="userGuid">Initial value of the UserGuid property.</param>
 /// <param name="storeGuid">Initial value of the StoreGuid property.</param>
 /// <param name="cartGuid">Initial value of the CartGuid property.</param>
 /// <param name="requestType">Initial value of the RequestType property.</param>
 /// <param name="exchangeRate">Initial value of the ExchangeRate property.</param>
 /// <param name="cartTotal">Initial value of the CartTotal property.</param>
 /// <param name="payPalAmt">Initial value of the PayPalAmt property.</param>
 /// <param name="taxAmt">Initial value of the TaxAmt property.</param>
 /// <param name="feeAmt">Initial value of the FeeAmt property.</param>
 /// <param name="settleAmt">Initial value of the SettleAmt property.</param>
 public static PayPalLog CreatePayPalLog(global::System.Guid rowGuid, global::System.DateTime createdUtc, global::System.Guid siteGuid, global::System.Guid userGuid, global::System.Guid storeGuid, global::System.Guid cartGuid, global::System.String requestType, global::System.Decimal exchangeRate, global::System.Decimal cartTotal, global::System.Decimal payPalAmt, global::System.Decimal taxAmt, global::System.Decimal feeAmt, global::System.Decimal settleAmt)
 {
     PayPalLog payPalLog = new PayPalLog();
     payPalLog.RowGuid = rowGuid;
     payPalLog.CreatedUtc = createdUtc;
     payPalLog.SiteGuid = siteGuid;
     payPalLog.UserGuid = userGuid;
     payPalLog.StoreGuid = storeGuid;
     payPalLog.CartGuid = cartGuid;
     payPalLog.RequestType = requestType;
     payPalLog.ExchangeRate = exchangeRate;
     payPalLog.CartTotal = cartTotal;
     payPalLog.PayPalAmt = payPalAmt;
     payPalLog.TaxAmt = taxAmt;
     payPalLog.FeeAmt = feeAmt;
     payPalLog.SettleAmt = settleAmt;
     return payPalLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PayPalLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPayPalLogs(PayPalLog payPalLog)
 {
     base.AddObject("PayPalLogs", payPalLog);
 }