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