Class ShippingPaymentRestriction
A very basic class used to store the data from the ShippingPaymentRestriction table. Mainly used with the PaymentMethod class.
Inheritance
System.Object
ShippingPaymentRestriction
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class ShippingPaymentRestriction
Constructors
ShippingPaymentRestriction()
Declaration
public ShippingPaymentRestriction()
Properties
PaymentMethodId
Declaration
public Guid PaymentMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RestrictShippingMethods
Declaration
public bool RestrictShippingMethods { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShippingMethodId
Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |