Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.0
Syntax
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