ValidateShippingMethodDisallowInCountryRegion
public class ValidateShippingMethodDisallowInCountryRegion : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateShippingMethodDisallowInCountryRegion
public ValidateShippingMethodDisallowInCountryRegion(ShippingMethodReadOnly shippingMethod,
Guid countryId, Guid? regionId)
Fields
CountryId
public Guid CountryId;
RegionId
public Guid? RegionId;
Properties
ShippingMethod
public ShippingMethodReadOnly ShippingMethod { get; }