/// <summary>
 /// Create a new bvc_Order object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="affiliateId">Initial value of the AffiliateId property.</param>
 /// <param name="billingAddress">Initial value of the BillingAddress property.</param>
 /// <param name="customProperties">Initial value of the CustomProperties property.</param>
 /// <param name="fraudScore">Initial value of the FraudScore property.</param>
 /// <param name="grandTotal">Initial value of the GrandTotal property.</param>
 /// <param name="handlingTotal">Initial value of the HandlingTotal property.</param>
 /// <param name="instructions">Initial value of the Instructions property.</param>
 /// <param name="isPlaced">Initial value of the IsPlaced property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="orderDiscounts">Initial value of the OrderDiscounts property.</param>
 /// <param name="orderDiscountDetails">Initial value of the OrderDiscountDetails property.</param>
 /// <param name="orderNumber">Initial value of the OrderNumber property.</param>
 /// <param name="paymentStatus">Initial value of the PaymentStatus property.</param>
 /// <param name="shippingAddress">Initial value of the ShippingAddress property.</param>
 /// <param name="shippingDiscounts">Initial value of the ShippingDiscounts property.</param>
 /// <param name="shippingMethodId">Initial value of the ShippingMethodId property.</param>
 /// <param name="shippingMethodDisplayName">Initial value of the ShippingMethodDisplayName property.</param>
 /// <param name="shippingProviderId">Initial value of the ShippingProviderId property.</param>
 /// <param name="shippingProviderServiceCode">Initial value of the ShippingProviderServiceCode property.</param>
 /// <param name="shippingStatus">Initial value of the ShippingStatus property.</param>
 /// <param name="shippingTotal">Initial value of the ShippingTotal property.</param>
 /// <param name="subTotal">Initial value of the SubTotal property.</param>
 /// <param name="taxTotal">Initial value of the TaxTotal property.</param>
 /// <param name="taxTotal2">Initial value of the TaxTotal2 property.</param>
 /// <param name="timeOfOrder">Initial value of the TimeOfOrder property.</param>
 /// <param name="userEmail">Initial value of the UserEmail property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="statusCode">Initial value of the StatusCode property.</param>
 /// <param name="statusName">Initial value of the StatusName property.</param>
 /// <param name="thirdPartyOrderId">Initial value of the ThirdPartyOrderId property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="shippingDiscountDetails">Initial value of the ShippingDiscountDetails property.</param>
 public static bvc_Order Createbvc_Order(global::System.Int32 id, global::System.String bvin, global::System.String affiliateId, global::System.String billingAddress, global::System.String customProperties, global::System.Decimal fraudScore, global::System.Decimal grandTotal, global::System.Decimal handlingTotal, global::System.String instructions, global::System.Int32 isPlaced, global::System.DateTime lastUpdated, global::System.Decimal orderDiscounts, global::System.String orderDiscountDetails, global::System.String orderNumber, global::System.Int32 paymentStatus, global::System.String shippingAddress, global::System.Decimal shippingDiscounts, global::System.String shippingMethodId, global::System.String shippingMethodDisplayName, global::System.String shippingProviderId, global::System.String shippingProviderServiceCode, global::System.Int32 shippingStatus, global::System.Decimal shippingTotal, global::System.Decimal subTotal, global::System.Decimal taxTotal, global::System.Decimal taxTotal2, global::System.DateTime timeOfOrder, global::System.String userEmail, global::System.String userId, global::System.String statusCode, global::System.String statusName, global::System.String thirdPartyOrderId, global::System.Int64 storeId, global::System.String shippingDiscountDetails)
 {
     bvc_Order bvc_Order = new bvc_Order();
     bvc_Order.Id = id;
     bvc_Order.bvin = bvin;
     bvc_Order.AffiliateId = affiliateId;
     bvc_Order.BillingAddress = billingAddress;
     bvc_Order.CustomProperties = customProperties;
     bvc_Order.FraudScore = fraudScore;
     bvc_Order.GrandTotal = grandTotal;
     bvc_Order.HandlingTotal = handlingTotal;
     bvc_Order.Instructions = instructions;
     bvc_Order.IsPlaced = isPlaced;
     bvc_Order.LastUpdated = lastUpdated;
     bvc_Order.OrderDiscounts = orderDiscounts;
     bvc_Order.OrderDiscountDetails = orderDiscountDetails;
     bvc_Order.OrderNumber = orderNumber;
     bvc_Order.PaymentStatus = paymentStatus;
     bvc_Order.ShippingAddress = shippingAddress;
     bvc_Order.ShippingDiscounts = shippingDiscounts;
     bvc_Order.ShippingMethodId = shippingMethodId;
     bvc_Order.ShippingMethodDisplayName = shippingMethodDisplayName;
     bvc_Order.ShippingProviderId = shippingProviderId;
     bvc_Order.ShippingProviderServiceCode = shippingProviderServiceCode;
     bvc_Order.ShippingStatus = shippingStatus;
     bvc_Order.ShippingTotal = shippingTotal;
     bvc_Order.SubTotal = subTotal;
     bvc_Order.TaxTotal = taxTotal;
     bvc_Order.TaxTotal2 = taxTotal2;
     bvc_Order.TimeOfOrder = timeOfOrder;
     bvc_Order.UserEmail = userEmail;
     bvc_Order.UserId = userId;
     bvc_Order.StatusCode = statusCode;
     bvc_Order.StatusName = statusName;
     bvc_Order.ThirdPartyOrderId = thirdPartyOrderId;
     bvc_Order.StoreId = storeId;
     bvc_Order.ShippingDiscountDetails = shippingDiscountDetails;
     return bvc_Order;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Order EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Order(bvc_Order bvc_Order)
 {
     base.AddObject("bvc_Order", bvc_Order);
 }