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
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ShippingPaymentRestriction : Object
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 |