ValidateCountryDefaultShippingMethodChange
public class ValidateCountryDefaultShippingMethodChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateCountryDefaultShippingMethodChange
public ValidateCountryDefaultShippingMethodChange(CountryReadOnly country,
ChangingValue<Guid?> shippingMethodId)
Properties
Country
public CountryReadOnly Country { get; }
ShippingMethodId
public ChangingValue<Guid?> ShippingMethodId { get; }